MessageSession.OnEndRenewLock(IAsyncResult) Method

Definition

Executes the EndRenewLock operation of the message receiver.

protected abstract DateTime OnEndRenewLock (IAsyncResult result);
abstract member OnEndRenewLock : IAsyncResult -> DateTime
Protected MustOverride Function OnEndRenewLock (result As IAsyncResult) As DateTime

Parameters

result
IAsyncResult

An IAsyncResult that references the asynchronous operation to get the state of the message session.

Returns

The date and time when the renewal of lock ends.

Applies to