Service
|
The ServiceBusService type exposes the following members.
Name | Description | |
---|---|---|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject) |
|
Dispose |
Releases all the resources used by the Adapter.
(Inherited from Adapter) |
|
Dispose(Boolean) |
Releases the unmanaged resources used by the ServiceBusService object and optionally releases the managed resources.
(Overrides SelfHostingServiceDispose(Boolean)) |
|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
|
Finalize |
Releases the unmanaged resources before the Adapter is reclaimed by GC.
(Inherited from Adapter) |
|
GetClients | Gets a list of all clients connected to the ServiceBusService. | |
GetFlashPolicy |
Gets policy stream for Flash applications.
(Inherited from SelfHostingService) |
|
GetHashCode | Serves as the default hash function. (Inherited from Object) |
|
GetLatestMessage | Gets the latest Message distributed to the subscribers of the specified topic. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject) |
|
GetQueues | Gets a list of all Queues registered on the ServiceBusService. | |
GetServiceAddress |
Gets an address where the ServiceHost will host the service.
(Inherited from SelfHostingService) |
|
GetSilverlightPolicy |
Gets policy stream for Silverlight applications.
(Inherited from SelfHostingService) |
|
GetTopics | Gets a list of all Topics registered on the ServiceBusService. | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
|
GetUnusedPort |
Get an unused port number.
(Inherited from SelfHostingService) |
|
Initialize |
Initializes the ServiceBusService.
(Overrides SelfHostingServiceInitialize) |
|
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject) |
|
InitializeServiceHost |
Initializes the ServiceHost.
(Inherited from SelfHostingService) |
|
LoadSettings |
Loads saved ServiceBusService settings from the config file if the PersistSettings property is set to true.
(Overrides SelfHostingServiceLoadSettings) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
|
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject) |
|
OnDisposed |
Raises the Disposed event.
(Inherited from Adapter) |
|
OnExecutionException |
Raises the ExecutionException event.
(Inherited from Adapter) |
|
OnServiceHostCreated |
Raises the ServiceHostCreated event.
(Overrides SelfHostingServiceOnServiceHostCreated) |
|
OnServiceHostStarted |
Raises the ServiceHostStarted event.
(Inherited from SelfHostingService) |
|
OnServiceProcessException |
Raises the ServiceProcessException event.
(Inherited from SelfHostingService) |
|
OnStatusUpdate |
Raises the StatusUpdate event.
(Inherited from Adapter) |
|
Publish | Sends the message to the ServiceBusService for distribution amongst its registered consumers. | |
Register | Registers with the ServiceBusService to produce or consume Messages. | |
SaveSettings |
Saves ServiceBusService settings to the config file if the PersistSettings property is set to true.
(Overrides SelfHostingServiceSaveSettings) |
|
ToString | Returns a string that represents the current object. (Inherited from Object) |
|
Unregister | Unregisters a previous registration with the ServiceBusService to produce or consume Messages |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |
|
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |