MessageSession.OnBeginRenewLock Method
Executes upon calling the RenewLock or BeginRenewLock operation.
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
protected abstract IAsyncResult OnBeginRenewLock( TrackingContext trackingContext, TimeSpan timeout, AsyncCallback callback, Object state )
Parameters
- trackingContext
- Type: Microsoft.ServiceBus.Tracing.TrackingContext
The context information associated by a transaction tracking this operation.
- timeout
- Type: System.TimeSpan
The time span interval the operation waits before it times out.
- callback
- Type: System.AsyncCallback
An AsyncCallback delegate that references the method to invoke when the operation is complete.
- state
- Type: System.Object
A user-defined object that contains state information about the asynchronous operation.
Return Value
Type: System.IAsyncResultAn IAsyncResult that references the asynchronous operation to get the state of the operation.