Click or drag to resize

ClientHelperTryParseActionableResponse Method

Attempts to parse an actionable response sent from the service.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public static bool TryParseActionableResponse(
	ServiceResponse serviceResponse,
	out string sourceCommand,
	out bool responseSuccess
)
View Source

Parameters

serviceResponse  ServiceResponse
ServiceResponse to test for actionable response.
sourceCommand  String
Command that invoked serviceResponse.
responseSuccess  Boolean
Boolean success state of serviceResponse.

Return Value

Boolean
true if actionable response was able to be parsed successfully; otherwise false.
See Also