IUserLogicCallbacksOnWebServiceResult Method |
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax 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