public InvokeOperationRequest(string serviceContractName, string operationName, JsmlBlob requestJsml)
 {
     this.ServiceContractName = serviceContractName;
     this.OperationName = operationName;
     this.RequestJsml = requestJsml;
 }
예제 #2
0
 public InvokeOperationRequest(string serviceContractName, string operationName, JsmlBlob requestJsml)
 {
     this.ServiceContractName = serviceContractName;
     this.OperationName       = operationName;
     this.RequestJsml         = requestJsml;
 }