7 references to InvokeAsync
System.Data.Services.Client (7)
System\Data\Services\Client\DataServiceContext.cs (6)
5754
asyncResult = BaseAsyncResult.
InvokeAsync
(contentStream.Stream.BeginRead, pereq.RequestContentBuffer, 0, pereq.RequestContentBuffer.Length, this.AsyncRequestContentEndRead, pereq);
5805
asyncResult = BaseAsyncResult.
InvokeAsync
(stream.BeginWrite, pereq.RequestContentBuffer, 0, pereq.RequestContentBufferValidLength, this.AsyncEndWrite, pereq);
5814
asyncResult = BaseAsyncResult.
InvokeAsync
(contentStream.Stream.BeginRead, pereq.RequestContentBuffer, 0, pereq.RequestContentBuffer.Length, this.AsyncRequestContentEndRead, pereq);
5882
asyncResult = BaseAsyncResult.
InvokeAsync
(contentStream.Stream.BeginRead, pereq.RequestContentBuffer, 0, pereq.RequestContentBuffer.Length, this.AsyncRequestContentEndRead, pereq);
5956
asyncResult = BaseAsyncResult.
InvokeAsync
(stream.BeginRead, this.buildBatchBuffer, 0, this.buildBatchBuffer.Length, this.AsyncEndRead, pereq);
6014
asyncResult = BaseAsyncResult.
InvokeAsync
(stream.BeginRead, this.buildBatchBuffer, 0, this.buildBatchBuffer.Length, this.AsyncEndRead, pereq);
System\Data\Services\Client\QueryResult.cs (1)
637
asyncResult = BaseAsyncResult.
InvokeAsync
(stream.BeginRead, buffer, bufferOffset, bufferLength, QueryResult.AsyncEndRead, queryResult);