UtilitiesIsActive 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/IsActive", RequestNamespace = "http://www.oxcyon.com/",
ResponseNamespace = "http://www.oxcyon.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
public bool IsActive(
string host,
Guid siteKey,
out bool cdaIsActive
)
<SoapDocumentMethodAttribute("http://www.oxcyon.com/IsActive", RequestNamespace := "http://www.oxcyon.com/",
ResponseNamespace := "http://www.oxcyon.com/", Use := SoapBindingUse.Literal,
ParameterStyle := SoapParameterStyle.Wrapped)>
Public Function IsActive (
host As String,
siteKey As Guid,
<OutAttribute> ByRef cdaIsActive As Boolean
) As Boolean
- host String
-
- siteKey Guid
-
- cdaIsActive Boolean
-
Boolean