ObexWebRequestBeginGetResponse Method
Begins a request for a OBEX server response.
Namespace: InTheHand.NetAssembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
public virtual IAsyncResult BeginGetResponse(
AsyncCallback callback,
Object state
)
Public Overridable Function BeginGetResponse (
callback As AsyncCallback,
state As Object
) As IAsyncResult
public:
virtual IAsyncResult^ BeginGetResponse(
AsyncCallback^ callback,
Object^ state
)
abstract BeginGetResponse :
callback : AsyncCallback *
state : Object -> IAsyncResult
override BeginGetResponse :
callback : AsyncCallback *
state : Object -> IAsyncResult
- callback AsyncCallback
- An AsyncCallback delegate that references the method to invoke when the operation is complete.
- state Object
- A user-defined object containing information about the operation.
This object is passed to the callback delegate when the operation is complete.
IAsyncResultAn
IAsyncResult that represents the
asynchronous operation, which could still be pending.