Click or drag to resize

UpstreamPubSubManagerRegisterSubscription(Type, String, String, PubSubEventType, String, Guid, String, NullableDateTimeOffset, NullableDateTimeOffset) Method

Register a new subscription for the specified type

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public PubSubSubscriptionDefinition RegisterSubscription(
	Type modelType,
	string name,
	string description,
	PubSubEventType events,
	string hdsiFilter,
	Guid channelId,
	string supportAddress = null,
	DateTimeOffset? notBefore = null,
	DateTimeOffset? notAfter = null
)

Parameters

modelType  Type

[Missing <param name="modelType"/> documentation for "M:SanteDB.Client.Upstream.Management.UpstreamPubSubManager.RegisterSubscription(System.Type,System.String,System.String,SanteDB.Core.PubSub.PubSubEventType,System.String,System.Guid,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"]

name  String

[Missing <param name="name"/> documentation for "M:SanteDB.Client.Upstream.Management.UpstreamPubSubManager.RegisterSubscription(System.Type,System.String,System.String,SanteDB.Core.PubSub.PubSubEventType,System.String,System.Guid,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"]

description  String

[Missing <param name="description"/> documentation for "M:SanteDB.Client.Upstream.Management.UpstreamPubSubManager.RegisterSubscription(System.Type,System.String,System.String,SanteDB.Core.PubSub.PubSubEventType,System.String,System.Guid,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"]

events  PubSubEventType

[Missing <param name="events"/> documentation for "M:SanteDB.Client.Upstream.Management.UpstreamPubSubManager.RegisterSubscription(System.Type,System.String,System.String,SanteDB.Core.PubSub.PubSubEventType,System.String,System.Guid,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"]

hdsiFilter  String

[Missing <param name="hdsiFilter"/> documentation for "M:SanteDB.Client.Upstream.Management.UpstreamPubSubManager.RegisterSubscription(System.Type,System.String,System.String,SanteDB.Core.PubSub.PubSubEventType,System.String,System.Guid,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"]

channelId  Guid

[Missing <param name="channelId"/> documentation for "M:SanteDB.Client.Upstream.Management.UpstreamPubSubManager.RegisterSubscription(System.Type,System.String,System.String,SanteDB.Core.PubSub.PubSubEventType,System.String,System.Guid,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"]

supportAddress  String  (Optional)

[Missing <param name="supportAddress"/> documentation for "M:SanteDB.Client.Upstream.Management.UpstreamPubSubManager.RegisterSubscription(System.Type,System.String,System.String,SanteDB.Core.PubSub.PubSubEventType,System.String,System.Guid,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"]

notBefore  NullableDateTimeOffset  (Optional)

[Missing <param name="notBefore"/> documentation for "M:SanteDB.Client.Upstream.Management.UpstreamPubSubManager.RegisterSubscription(System.Type,System.String,System.String,SanteDB.Core.PubSub.PubSubEventType,System.String,System.Guid,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"]

notAfter  NullableDateTimeOffset  (Optional)

[Missing <param name="notAfter"/> documentation for "M:SanteDB.Client.Upstream.Management.UpstreamPubSubManager.RegisterSubscription(System.Type,System.String,System.String,SanteDB.Core.PubSub.PubSubEventType,System.String,System.Guid,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"]

Return Value

PubSubSubscriptionDefinition

[Missing <returns> documentation for "M:SanteDB.Client.Upstream.Management.UpstreamPubSubManager.RegisterSubscription(System.Type,System.String,System.String,SanteDB.Core.PubSub.PubSubEventType,System.String,System.Guid,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"]

Implements

IPubSubManagerServiceRegisterSubscription(Type, String, String, PubSubEventType, String, Guid, String, NullableDateTimeOffset, NullableDateTimeOffset)
See Also