Click or drag to resize
WebServiceCallParseSOLOServerStatus Method
Parses a status string returned by SOLO Server web services.

Namespace: com.softwarekey.Client.WebService
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public static WebServiceCallSOLOServerLicenseStatus ParseSOLOServerStatus(
	string value
)

Parameters

value
Type: SystemString
The SOLO Server status string.

Return Value

Type: WebServiceCallSOLOServerLicenseStatus
Returns a WebServiceCallSOLOServerLicenseStatus enumeration value representing the status of the License ID in SOLO Server.
See Also