DefaultEventProcessorFactory<T> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DefaultEventProcessorFactory<T>() |
Initializes a new instance of the DefaultEventProcessorFactory<T> class. |
DefaultEventProcessorFactory<T>(T) |
Initializes a new instance of the DefaultEventProcessorFactory<T> class using the specified instance. |
DefaultEventProcessorFactory<T>()
Initializes a new instance of the DefaultEventProcessorFactory<T> class.
public DefaultEventProcessorFactory ();
Public Sub New ()
Applies to
DefaultEventProcessorFactory<T>(T)
Initializes a new instance of the DefaultEventProcessorFactory<T> class using the specified instance.
public DefaultEventProcessorFactory (T instance);
new Microsoft.ServiceBus.Messaging.DefaultEventProcessorFactory<'T (requires 'T :> Microsoft.ServiceBus.Messaging.IEventProcessor)> : 'T -> Microsoft.ServiceBus.Messaging.DefaultEventProcessorFactory<'T (requires 'T :> Microsoft.ServiceBus.Messaging.IEventProcessor)>
Public Sub New (instance As T)
Parameters
- instance
- T
The instance.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET