2 references to BeginCall
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
342
object ret = this.serviceChannel.
BeginCall
(operation.Action, operation.IsOneWay, operation, ins, callback, asyncState);
System\ServiceModel\ClientBase.cs (1)
1138
return this.channel.
BeginCall
(op.Action, op.IsOneWay, op, ins, callback, state);