Class EventsProxyBuilder
Provides the builder class for an EventsProxy.
Namespace: Copper.Eventing.Service
Assembly: Copper.Eventing.Service.dll
Syntax
public sealed class EventsProxyBuilder : EventsProxyBuilder<EventsProxyBuilder>
Methods
View SourceCreate()
Creates a new EventsProxyBuilder instance.
Declaration
public static EventsProxyBuilder Create()
Returns
Type | Description |
---|---|
EventsProxyBuilder | The EventsProxyBuilder instance. |