Open sandboxFocus

Delegate TypeExtensionCacheUpdateCallback<T>

Namespace: Flashtrace.Formatters.TypeExtensions
Assembly: Flashtrace.Formatters.dll
Syntax
public delegate void TypeExtensionCacheUpdateCallback<T>(TypeExtensionInfo<T> typeExtension) where T : class
Parameters
Type Name Description
TypeExtensionInfo<T> typeExtension
Type Parameters
Name Description
T

Constructors

Name Description
TypeExtensionCacheUpdateCallback(object, nint)

Methods

Name Description
BeginInvoke(TypeExtensionInfo<T>, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(TypeExtensionInfo<T>)