Click or drag to resize

SyncContextInvokerProperties Property

Gets custom properties. The exact set of properties depends on the invoker

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual IReadOnlyDictionary<string, Object> InvokerProperties { get; }

Property Value

Type: IReadOnlyDictionaryString, Object
A list of properties.
See Also