Click or drag to resize

IGlobalCacheRaiseSignal Method

Raise a signal that another part (thread) of DataConveyer process might be waiting for. Once this method is called, any method held by either the AwaitSignal(String) or AwaitSignalAsync(String) method will continue execution.

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
void RaiseSignal(
	string signal
)

Parameters

signal
Type: SystemString
Name of the signal to raise.
See Also