2 references to BeginCall
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannelProxy.cs (2)
197
IAsyncResult ar = ServiceChannel.
BeginCall
(channel, operation, inputParameters, new AsyncCallback(endCallDelegate), OperationContext.Current);
237
IAsyncResult ar = ServiceChannel.
BeginCall
(channel, operation, inputParameters, new AsyncCallback(endCallDelegate), OperationContext.Current);