CommunicationObject.OnCloseAsync(TimeSpan) Method

Definition

protected public:
 virtual System::Threading::Tasks::Task ^ OnCloseAsync(TimeSpan timeout);
protected internal virtual System.Threading.Tasks.Task OnCloseAsync (TimeSpan timeout);
abstract member OnCloseAsync : TimeSpan -> System.Threading.Tasks.Task
override this.OnCloseAsync : TimeSpan -> System.Threading.Tasks.Task
Protected Friend Overridable Function OnCloseAsync (timeout As TimeSpan) As Task

Parameters

timeout
TimeSpan

Returns

Applies to