Click or drag to resize

DispatcherType Constructor

Creates an instance of the entity object with the contained values.

Namespace: Scanjour.Workflow4.Web.Services.Entities
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public DispatcherType(
	Guid guid,
	Version version,
	string name
)

Parameters

guid  Guid

[Missing <param name="guid"/> documentation for "M:Scanjour.Workflow4.Web.Services.Entities.DispatcherType.#ctor(System.Guid,System.Version,System.String)"]

version  Version

[Missing <param name="version"/> documentation for "M:Scanjour.Workflow4.Web.Services.Entities.DispatcherType.#ctor(System.Guid,System.Version,System.String)"]

name  String

[Missing <param name="name"/> documentation for "M:Scanjour.Workflow4.Web.Services.Entities.DispatcherType.#ctor(System.Guid,System.Version,System.String)"]

See Also