Class CircularBuffer<T>.ItemOverflownEventHandler
Inheritance
System.Object
CircularBuffer<T>.ItemOverflownEventHandler
Namespace: FlaxEngine.Collections
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class ItemOverflownEventHandler : MulticastDelegate
Constructors
ItemOverflownEventHandler(Object, IntPtr)
Declaration
public ItemOverflownEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, CircularBuffer<T>.ItemOverflownEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CircularBuffer<T>.ItemOverflownEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
CircularBuffer.ItemOverflownEventArgs<>
e
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, CircularBuffer<T>.ItemOverflownEventArgs)
Declaration
public virtual void Invoke(object sender, CircularBuffer<T>.ItemOverflownEventArgs e)
Parameters
System.Object
sender
|
CircularBuffer.ItemOverflownEventArgs<>
e
|