3 overrides of OnBeginRequest
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (3)
1912
protected override IAsyncResult
OnBeginRequest
(Message request, TimeSpan timeout, AsyncCallback callback, object state)
1972
protected override IAsyncResult
OnBeginRequest
(Message request, TimeSpan timeout, AsyncCallback callback, object state)
2186
protected override IAsyncResult
OnBeginRequest
(Message request, TimeSpan timeout, AsyncCallback callback, object state)
1 reference to OnBeginRequest
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
1727
requestResult = this.requestor.
OnBeginRequest
(this.request, requestTimeout,