UtilitiesActivateAsync(Guid, String, String, String, DateTime, String, Boolean) Method

Definition

Namespace: Centralpoint.Web.Uber
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void ActivateAsync(
	Guid updateId,
	string name,
	string description,
	string properties,
	DateTime lastUpdate,
	string hostName,
	bool hostIsExternal
)

Parameters

updateId  Guid
 
name  String
 
description  String
 
properties  String
 
lastUpdate  DateTime
 
hostName  String
 
hostIsExternal  Boolean
 

See Also