CaseActivityHostSetupTimer Method

Scanjour Workflow4 Reference Manual

[Missing <summary> documentation for "M:Scanjour.Workflow4.CaseActivityHost.CaseActivityHost.SetupTimer(System.Guid,Scanjour.Workflow4.Host.InstanceInformation,Scanjour.Workflow4.Host.InstanceInformationCache,System.String,System.String,System.TimeSpan,System.UInt32)"]

Namespace:  Scanjour.Workflow4.CaseActivityHost
Assembly:  Scanjour.Workflow4.CaseActivityHost (in Scanjour.Workflow4.CaseActivityHost.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public Task SetupTimer(
	Guid instanceId,
	InstanceInformation info,
	InstanceInformationCache instanceInformationCache,
	string hostId,
	string autoUserName,
	TimeSpan workflowBusyWaitingInterval,
	uint timerWorkflowBusyCheckMaxTries
)

Parameters

instanceId
Type: SystemGuid

[Missing <param name="instanceId"/> documentation for "M:Scanjour.Workflow4.CaseActivityHost.CaseActivityHost.SetupTimer(System.Guid,Scanjour.Workflow4.Host.InstanceInformation,Scanjour.Workflow4.Host.InstanceInformationCache,System.String,System.String,System.TimeSpan,System.UInt32)"]

info
Type: Scanjour.Workflow4.HostInstanceInformation

[Missing <param name="info"/> documentation for "M:Scanjour.Workflow4.CaseActivityHost.CaseActivityHost.SetupTimer(System.Guid,Scanjour.Workflow4.Host.InstanceInformation,Scanjour.Workflow4.Host.InstanceInformationCache,System.String,System.String,System.TimeSpan,System.UInt32)"]

instanceInformationCache
Type: Scanjour.Workflow4.HostInstanceInformationCache

[Missing <param name="instanceInformationCache"/> documentation for "M:Scanjour.Workflow4.CaseActivityHost.CaseActivityHost.SetupTimer(System.Guid,Scanjour.Workflow4.Host.InstanceInformation,Scanjour.Workflow4.Host.InstanceInformationCache,System.String,System.String,System.TimeSpan,System.UInt32)"]

hostId
Type: SystemString

[Missing <param name="hostId"/> documentation for "M:Scanjour.Workflow4.CaseActivityHost.CaseActivityHost.SetupTimer(System.Guid,Scanjour.Workflow4.Host.InstanceInformation,Scanjour.Workflow4.Host.InstanceInformationCache,System.String,System.String,System.TimeSpan,System.UInt32)"]

autoUserName
Type: SystemString

[Missing <param name="autoUserName"/> documentation for "M:Scanjour.Workflow4.CaseActivityHost.CaseActivityHost.SetupTimer(System.Guid,Scanjour.Workflow4.Host.InstanceInformation,Scanjour.Workflow4.Host.InstanceInformationCache,System.String,System.String,System.TimeSpan,System.UInt32)"]

workflowBusyWaitingInterval
Type: SystemTimeSpan

[Missing <param name="workflowBusyWaitingInterval"/> documentation for "M:Scanjour.Workflow4.CaseActivityHost.CaseActivityHost.SetupTimer(System.Guid,Scanjour.Workflow4.Host.InstanceInformation,Scanjour.Workflow4.Host.InstanceInformationCache,System.String,System.String,System.TimeSpan,System.UInt32)"]

timerWorkflowBusyCheckMaxTries
Type: SystemUInt32

[Missing <param name="timerWorkflowBusyCheckMaxTries"/> documentation for "M:Scanjour.Workflow4.CaseActivityHost.CaseActivityHost.SetupTimer(System.Guid,Scanjour.Workflow4.Host.InstanceInformation,Scanjour.Workflow4.Host.InstanceInformationCache,System.String,System.String,System.TimeSpan,System.UInt32)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Scanjour.Workflow4.CaseActivityHost.CaseActivityHost.SetupTimer(System.Guid,Scanjour.Workflow4.Host.InstanceInformation,Scanjour.Workflow4.Host.InstanceInformationCache,System.String,System.String,System.TimeSpan,System.UInt32)"]

See Also

Reference