|
ClientHelperTryParseActionableResponse Method
|
Attempts to parse an actionable response sent from the service.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.205-beta
Syntax static member TryParseActionableResponse :
serviceResponse : ServiceResponse *
sourceCommand : string byref *
responseSuccess : bool byref -> bool
GSF.ServiceProcess.ClientHelper.TryParseActionableResponse = function(serviceResponse, sourceCommand, responseSuccess);
View SourceParameters
- serviceResponse ServiceResponse
- ServiceResponse to test for actionable response.
- sourceCommand String
- Command that invoked serviceResponse.
- responseSuccess Boolean
- Boolean success state of serviceResponse.
Return Value
Booleantrue if actionable response was able to be parsed successfully; otherwise
false.
See Also