QueueClient.OnClose(TimeSpan) Method

Definition

Executes upon calling the Close action.

protected override void OnClose (TimeSpan timeout);
override this.OnClose : TimeSpan -> unit
Protected Overrides Sub OnClose (timeout As TimeSpan)

Parameters

timeout
TimeSpan

The maximum time before the close operation times out.

Applies to