Click or drag to resize

ClientRequestParse Method

Converts String to a ClientRequest.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public static ClientRequest Parse(
	string text
)
View Source

Parameters

text  String
Text to be converted to a ClientRequest.

Return Value

ClientRequest
ClientRequest object if parsing is successful; otherwise null.
See Also