This topic has not yet been rated - Rate this topic

MessagingFactory.OnBeginClose Method

Executes the begin close action.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
protected override IAsyncResult OnBeginClose(
	TimeSpan timeout,
	AsyncCallback callback,
	Object state
)

Parameters

timeout
Type: System.TimeSpan
The timeout.
callback
Type: System.AsyncCallback
The callback.
state
Type: System.Object
The state.

Return Value

Type: System.IAsyncResult
An IAsyncResult object that references the asynchronous close action.
Did you find this helpful?
(1500 characters remaining)