[Gregor.Core.VoidCallback]

Gregor.Core.VoidCallback

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public delegate void Gregor.Core.VoidCallback()

: System.MulticastDelegate, System.ICloneable, System.Runtime.Serialization.ISerializable

Custom Attributes: 

Description: 


Members

VoidCallback

public VoidCallback(System.Object object, System.IntPtr method)

Custom Attributes: 

Description: 

BeginInvoke

public virtual System.IAsyncResult BeginInvoke(System.AsyncCallback callback, System.Object object)

Custom Attributes: 

Description: 

EndInvoke

public virtual void EndInvoke(System.IAsyncResult result)

Custom Attributes: 

Description: 

Invoke

public virtual void Invoke()

Custom Attributes: 

Description: 


See Also

System.Object

System.IAsyncResult

System.ICloneable

System.Runtime.Serialization.ISerializable

System.AsyncCallback

System.MulticastDelegate

System.IntPtr

System.Void