[Gregor.Core.TransformCallback]

Gregor.Core.TransformCallback

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public delegate System.Object Gregor.Core.TransformCallback(System.Object obj)

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

Custom Attributes: 

Description: 


Members

TransformCallback

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

Custom Attributes: 

Description: 

BeginInvoke

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

Custom Attributes: 

Description: 

EndInvoke

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

Custom Attributes: 

Description: 

Invoke

public virtual System.Object Invoke(System.Object obj)

Custom Attributes: 

Description: 


See Also

System.Object

System.Object

System.IAsyncResult

System.ICloneable

System.Runtime.Serialization.ISerializable

System.AsyncCallback

System.MulticastDelegate

System.IntPtr