MessagingFactorySettings.OnBeginCreateFactory Method

Definition

Overloads

OnBeginCreateFactory(IEnumerable<Uri>, AsyncCallback, Object)

Executes the asynchronous begin create factory action.

OnBeginCreateFactory(Uri, AsyncCallback, Object)

Executes the asynchronous begin create factory action.

OnBeginCreateFactory(IEnumerable<Uri>, AsyncCallback, Object)

Executes the asynchronous begin create factory action.

protected virtual IAsyncResult OnBeginCreateFactory (System.Collections.Generic.IEnumerable<Uri> uriAddresses, AsyncCallback callback, object state);
abstract member OnBeginCreateFactory : seq<Uri> * AsyncCallback * obj -> IAsyncResult
override this.OnBeginCreateFactory : seq<Uri> * AsyncCallback * obj -> IAsyncResult
Protected Overridable Function OnBeginCreateFactory (uriAddresses As IEnumerable(Of Uri), callback As AsyncCallback, state As Object) As IAsyncResult

Parameters

uriAddresses
IEnumerable<Uri>

The collection of uniform resource identifiers.

callback
AsyncCallback

An AsyncCallback delegate that references the method to invoke when the operation is complete.

state
Object

A user-defined object that contains information about the receive operation.

Returns

An IAsyncResult that references the asynchronous request to create factory.

Applies to

OnBeginCreateFactory(Uri, AsyncCallback, Object)

Executes the asynchronous begin create factory action.

protected virtual IAsyncResult OnBeginCreateFactory (Uri uri, AsyncCallback callback, object state);
abstract member OnBeginCreateFactory : Uri * AsyncCallback * obj -> IAsyncResult
override this.OnBeginCreateFactory : Uri * AsyncCallback * obj -> IAsyncResult
Protected Overridable Function OnBeginCreateFactory (uri As Uri, callback As AsyncCallback, state As Object) As IAsyncResult

Parameters

uri
Uri

The uniform resource identifier.

callback
AsyncCallback

An AsyncCallback delegate that references the method to invoke when the operation is complete.

state
Object

A user-defined object that contains information about the receive operation.

Returns

An IAsyncResult that references the asynchronous request to create factory.

Applies to