 | 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)
Syntaxprotected void RegisterAsynchronousOperationExtension<T>(
bool startTriggers
)
where T : AsynchronousOperationExtension
Protected Sub RegisterAsynchronousOperationExtension(Of T As AsynchronousOperationExtension) (
startTriggers As Boolean
)
Parameters
- startTriggers
- Type: SystemBoolean
if set to true start time triggers.
Type Parameters
- T
- Asynchronous operation extension type. Must be AsynchronousOperationExtension
Exceptions
See Also