Click or drag to resize

QueueExhaustedEventArgs Constructor

Queue has been exhausted

Namespace: SanteDB.Client.Disconnected.Data.Synchronization
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public QueueExhaustedEventArgs(
	string queueName,
	params Guid[] objects
)

Parameters

queueName  String

[Missing <param name="queueName"/> documentation for "M:SanteDB.Client.Disconnected.Data.Synchronization.QueueExhaustedEventArgs.#ctor(System.String,System.Guid[])"]

objects  Guid

[Missing <param name="objects"/> documentation for "M:SanteDB.Client.Disconnected.Data.Synchronization.QueueExhaustedEventArgs.#ctor(System.String,System.Guid[])"]

See Also