WebServiceCallParseSOLOServerStatus Method |
Parses a status string returned by SOLO Server web services.
Namespace: com.softwarekey.Client.WebServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic static WebServiceCallSOLOServerLicenseStatus ParseSOLOServerStatus(
string value
)
Public Shared Function ParseSOLOServerStatus (
value As String
) As WebServiceCallSOLOServerLicenseStatus
public:
static WebServiceCallSOLOServerLicenseStatus ParseSOLOServerStatus(
String^ value
)
Parameters
- value
- Type: SystemString
The SOLO Server status string.
Return Value
Type:
WebServiceCallSOLOServerLicenseStatusReturns a
WebServiceCallSOLOServerLicenseStatus enumeration value representing the status of the License ID in SOLO Server.
See Also