Click or drag to resize

ExtensionRegisterAsynchronousOperationExtensionT Method

Registers the asynchronous operation.

Namespace:  EBP.Api.Extension
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
protected void RegisterAsynchronousOperationExtension<T>(
	bool startTriggers
)
where T : AsynchronousOperationExtension

Parameters

startTriggers
Type: SystemBoolean
if set to true start time triggers.

Type Parameters

T
Asynchronous operation extension type. Must be AsynchronousOperationExtension
Exceptions
ExceptionCondition
ArgumentExceptionType T should inherit IAsynchronousOperation
MissingMethodExceptionNo default constructor for T
See Also