UtilitiesActivate Method
Namespace: Centralpoint.Web.UberAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
[SoapDocumentMethodAttribute("http://www.oxcyon.com/Activate", RequestNamespace = "http://www.oxcyon.com/",
ResponseNamespace = "http://www.oxcyon.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
public Guid Activate(
Guid updateId,
string name,
string description,
string properties,
DateTime lastUpdate,
string hostName,
bool hostIsExternal
)
<SoapDocumentMethodAttribute("http://www.oxcyon.com/Activate", RequestNamespace := "http://www.oxcyon.com/",
ResponseNamespace := "http://www.oxcyon.com/", Use := SoapBindingUse.Literal,
ParameterStyle := SoapParameterStyle.Wrapped)>
Public Function Activate (
updateId As Guid,
name As String,
description As String,
properties As String,
lastUpdate As DateTime,
hostName As String,
hostIsExternal As Boolean
) As Guid
- updateId Guid
-
- name String
-
- description String
-
- properties String
-
- lastUpdate DateTime
-
- hostName String
-
- hostIsExternal Boolean
-
Guid