DataServiceClientRequestMessage.BeginGetRequestStream Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Begins an asynchronous request for a System.IO.Stream object to use to write data.
public abstract IAsyncResult BeginGetRequestStream (AsyncCallback callback, object state);
abstract member BeginGetRequestStream : AsyncCallback * obj -> IAsyncResult
Public MustOverride Function BeginGetRequestStream (callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- callback
- AsyncCallback
The System.AsyncCallback delegate.
- state
- Object
The state object for this request.
Returns
An System.IAsyncResult that references the asynchronous request.