Click or drag to resize

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)
Syntax
protected IReadOnlyDictionary<Guid, AsynchronousOperationExtension> AsynchronousRegisteredOperations { get; }

Property Value

Type: IReadOnlyDictionaryGuid, AsynchronousOperationExtension
The asynchronous registered operations
See Also