Click or drag to resize
IUserLogicCallbacksOnWebServiceResult Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
void OnWebServiceResult(
	string inTicket,
	string inOriginalUrl,
	string inResult,
	bool inIsError,
	int inHttpStatusCode,
	string inContentType
)

Parameters

inTicket
Type: SystemString
inOriginalUrl
Type: SystemString
inResult
Type: SystemString
inIsError
Type: SystemBoolean
inHttpStatusCode
Type: SystemInt32
inContentType
Type: SystemString
See Also