 | RemotePubSubManager Class |
A pub-sub manager which interacts with the remote pub-sub services
Inheritance HierarchySystemObject SanteDB.DisconnectedClient.Services.RemoteRemotePubSubManager
Namespace:
SanteDB.DisconnectedClient.Services.Remote
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntaxpublic class RemotePubSubManager : IPubSubManagerService,
IServiceImplementation
Public Class RemotePubSubManager
Implements IPubSubManagerService, IServiceImplementation
public ref class RemotePubSubManager : IPubSubManagerService,
IServiceImplementation
type RemotePubSubManager =
class
interface IPubSubManagerService
interface IServiceImplementation
end
The RemotePubSubManager type exposes the following members.
Constructors
Properties
Methods
| Name | Description |
---|
 | ActivateSubscription |
Activate a subscription on the remote server
|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | FindChannel(ExpressionFuncPubSubChannelDefinition, Boolean) |
Find channels
|
 | FindChannel(ExpressionFuncPubSubChannelDefinition, Boolean, Int32, Int32, Int32) |
Find channel
|
 | FindSubscription(ExpressionFuncPubSubSubscriptionDefinition, Boolean) |
Find subscriptions
|
 | FindSubscription(ExpressionFuncPubSubSubscriptionDefinition, Boolean, Int32, Int32, Int32) |
Find subscriptions
|
 | GetChannel |
Get the channel
|
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetSubscription |
Get subscriptions
|
 | GetSubscriptionByName |
Get subscription by name
|
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | RegisterChannel(String, String, Uri, IDictionaryString, String) |
Register a channel with default handler
|
 | RegisterChannel(String, Type, Uri, IDictionaryString, String) |
Regiser a channel
|
 | RegisterSubscription(Type, String, String, PubSubEventType, String, Guid, String, NullableDateTimeOffset, NullableDateTimeOffset) |
Register subscription
|
 | RegisterSubscriptionTModel(String, String, PubSubEventType, ExpressionFuncTModel, Boolean, Guid, String, NullableDateTimeOffset, NullableDateTimeOffset) |
Register subscription
|
 | RemoveChannel |
Remove the specified subscription
|
 | RemoveSubscription |
Remove subscription
|
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | UpdateChannel |
Update channel
|
 | UpdateSubscription |
Update subscription
|
Top
Events
Extension Methods
| Name | Description |
---|
 | ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) |
 | GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) |
Top
See Also