Click or drag to resize

GSF.ServiceBus Namespace

Contains WCF web services that facilitate secure inter-process messaging.
Classes
  Class Description
Public class ClientInfo Represents information about a client connected to the ServiceBusService to produce/consume Messages.
Public class Message Represents a message that can be used to exchange information between processes using ServiceBusService.
Public class RegistrationInfo Represents information about a registration with the ServiceBusService to produce/consume Messages.
Public class RegistrationRequest Represents a request to register with the ServiceBusService to produce or consume Messages.
Public class Code example ServiceBusSecurityPolicy Represents an authorization policy that can be used for enabling role-based security on ServiceBusService.
Public class Code example ServiceBusService A service bus for event-based messaging between disjoint systems.
Interfaces
  Interface Description
Public interface IServiceBusService Defines a service bus for event-based messaging between disjoint systems.
Public interface IServiceBusServiceCallback Defines a callback contract that must be implemented by clients of ServiceBusService for receiving Messages.
Enumerations
  Enumeration Description
Public enumeration MessageProcessingMode Indicates how the distribution of Messages is processed by the ServiceBusService.
Public enumeration MessageType Indicates how a Message is distributed by the ServiceBusService.
Public enumeration RegistrationType Indicates the intent of the RegistrationRequest.