Exemple #1
0
 public System.IAsyncResult BeginCall(WSClientSL_sample.MuServiceReference.CallRequest request, System.AsyncCallback callback, object asyncState)
 {
     object[] _args = new object[1];
     _args[0] = request;
     System.IAsyncResult _result = base.BeginInvoke("Call", _args, callback, asyncState);
     return(_result);
 }
Exemple #2
0
 private System.IAsyncResult BeginCall(string context, string serviceName, WSClientSL_sample.MuServiceReference.ArrayOfString cmnParameterValue, string parameterValue, System.AsyncCallback callback, object asyncState)
 {
     WSClientSL_sample.MuServiceReference.CallRequest inValue = new WSClientSL_sample.MuServiceReference.CallRequest();
     inValue.Body                   = new WSClientSL_sample.MuServiceReference.CallRequestBody();
     inValue.Body.context           = context;
     inValue.Body.serviceName       = serviceName;
     inValue.Body.cmnParameterValue = cmnParameterValue;
     inValue.Body.parameterValue    = parameterValue;
     return(((WSClientSL_sample.MuServiceReference.ServiceForMuSoap)(this)).BeginCall(inValue, callback, asyncState));
 }
Exemple #3
0
 System.IAsyncResult WSClientSL_sample.MuServiceReference.ServiceForMuSoap.BeginCall(WSClientSL_sample.MuServiceReference.CallRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginCall(request, callback, asyncState));
 }