[Gregor.Core.CompareCallback]

Gregor.Core.CompareCallback

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public delegate System.Int32 Gregor.Core.CompareCallback(System.Object a, System.Object b)

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

Custom Attributes: 

Description: 


Members

CompareCallback

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

Custom Attributes: 

Description: 

BeginInvoke

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

Custom Attributes: 

Description: 

EndInvoke

public virtual System.Int32 EndInvoke(System.IAsyncResult result)

Custom Attributes: 

Description: 

Invoke

public virtual System.Int32 Invoke(System.Object a, System.Object b)

Custom Attributes: 

Description: 


See Also

System.Object

System.Object

System.IAsyncResult

System.ICloneable

System.Runtime.Serialization.ISerializable

System.AsyncCallback

System.MulticastDelegate

System.Int32

System.IntPtr