ContextEventAsyncCallback<TContext>

Namespace: uMod

Assembly: uMod.Core.dll

Inheritance ObjectContextEventCallback<EventArgs<TContext>, TContext, TContext> ContextEventAsyncCallback<EventArgs<TContext>, TContext, TContext> ContextEventAsyncCallback

Implements IDisposable

Summary

Asynchronous event using EventArgs for a single generic context

Constructors

Name

Summary

ContextEventAsyncCallback (TContext, Func<Boolean>)

ContextEventAsyncCallback (TContext, Func<TContext, EventArgs<TContext>, Boolean>)