EventProcessorHost.RegisterEventProcessorAsync Method

 

Namespace:   Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus.Messaging.EventProcessorHost (in Microsoft.ServiceBus.Messaging.EventProcessorHost.dll)

Overload List

Name Description
System_CAPS_pubmethod RegisterEventProcessorAsync<T>()

Asynchronously registers the IEventProcessor interface implementation with the host using the DefaultEventProcessorFactory<T> factory. This method also starts the host and enables it to start participating in the partition distribution process.

System_CAPS_pubmethod RegisterEventProcessorAsync<T>(EventProcessorOptions)

Asynchronously registers the IEventProcessor interface implementation with the host using the DefaultEventProcessorFactory<T> factory. This method also starts the host and enables it to start participating in the partition distribution process.

See Also

EventProcessorHost Class
Microsoft.ServiceBus.Messaging Namespace

Return to top