Click or drag to resize

DispatcherIdentifier Constructor

Initializes a new instance of the DispatcherIdentifier class

Namespace: WorkZone.Dispatcher.Base.Configuration
Assembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public DispatcherIdentifier(
	string id,
	Guid guid
)

Parameters

id  String

[Missing <param name="id"/> documentation for "M:WorkZone.Dispatcher.Base.Configuration.DispatcherIdentifier.#ctor(System.String,System.Guid)"]

guid  Guid

[Missing <param name="guid"/> documentation for "M:WorkZone.Dispatcher.Base.Configuration.DispatcherIdentifier.#ctor(System.String,System.Guid)"]

See Also