Click or drag to resize

QueueExhaustedEventArgs Constructor

Queue has been exhausted

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public QueueExhaustedEventArgs(
	string queueName,
	params Guid[] objects
)

Parameters

queueName
Type: SystemString

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

objects
Type: SystemGuid

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

See Also