 | ExtensionAsynchronousRegisteredOperations Property |
Gets the asynchronous registered operations indexed by their GUID.
Namespace:
EBP.Api.Extension
Assembly:
EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxprotected IReadOnlyDictionary<Guid, AsynchronousOperationExtension> AsynchronousRegisteredOperations { get; }Protected ReadOnly Property AsynchronousRegisteredOperations As IReadOnlyDictionary(Of Guid, AsynchronousOperationExtension)
Get
Property Value
Type:
IReadOnlyDictionaryGuid,
AsynchronousOperationExtensionThe asynchronous registered operations
See Also