Click or drag to resize

RemotePubSubManagerUpdateSubscription Method

Update subscription

Namespace:  SanteDB.DisconnectedClient.Services.Remote
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public PubSubSubscriptionDefinition UpdateSubscription(
	Guid key,
	string name,
	string description,
	PubSubEventType events,
	string hdsiFilter,
	string supportAddress = null,
	DateTimeOffset? notBefore = null,
	DateTimeOffset? notAfter = null
)

Parameters

key
Type: SystemGuid

[Missing <param name="key"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemotePubSubManager.UpdateSubscription(System.Guid,System.String,System.String,SanteDB.Core.PubSub.PubSubEventType,System.String,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemotePubSubManager.UpdateSubscription(System.Guid,System.String,System.String,SanteDB.Core.PubSub.PubSubEventType,System.String,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"]

description
Type: SystemString

[Missing <param name="description"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemotePubSubManager.UpdateSubscription(System.Guid,System.String,System.String,SanteDB.Core.PubSub.PubSubEventType,System.String,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"]

events
Type: SanteDB.Core.PubSubPubSubEventType

[Missing <param name="events"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemotePubSubManager.UpdateSubscription(System.Guid,System.String,System.String,SanteDB.Core.PubSub.PubSubEventType,System.String,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"]

hdsiFilter
Type: SystemString

[Missing <param name="hdsiFilter"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemotePubSubManager.UpdateSubscription(System.Guid,System.String,System.String,SanteDB.Core.PubSub.PubSubEventType,System.String,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"]

supportAddress (Optional)
Type: SystemString

[Missing <param name="supportAddress"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemotePubSubManager.UpdateSubscription(System.Guid,System.String,System.String,SanteDB.Core.PubSub.PubSubEventType,System.String,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"]

notBefore (Optional)
Type: SystemNullableDateTimeOffset

[Missing <param name="notBefore"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemotePubSubManager.UpdateSubscription(System.Guid,System.String,System.String,SanteDB.Core.PubSub.PubSubEventType,System.String,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"]

notAfter (Optional)
Type: SystemNullableDateTimeOffset

[Missing <param name="notAfter"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemotePubSubManager.UpdateSubscription(System.Guid,System.String,System.String,SanteDB.Core.PubSub.PubSubEventType,System.String,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"]

Return Value

Type: PubSubSubscriptionDefinition

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemotePubSubManager.UpdateSubscription(System.Guid,System.String,System.String,SanteDB.Core.PubSub.PubSubEventType,System.String,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"]

Implements

IPubSubManagerServiceUpdateSubscription(Guid, String, String, PubSubEventType, String, String, NullableDateTimeOffset, NullableDateTimeOffset)
See Also