[Gregor.Core.TokenHandler]

Gregor.Core.TokenHandler

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public delegate Gregor.Core.NTokens Gregor.Core.TokenHandler(System.String sCode, Gregor.Core.CToken token)

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

Custom Attributes: 

Description: 


Members

TokenHandler

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

Custom Attributes: 

Description: 

BeginInvoke

public virtual System.IAsyncResult BeginInvoke(System.String sCode, Gregor.Core.CToken token, System.AsyncCallback callback, System.Object object)

Custom Attributes: 

Description: 

EndInvoke

public virtual Gregor.Core.NTokens EndInvoke(System.IAsyncResult result)

Custom Attributes: 

Description: 

Invoke

public virtual Gregor.Core.NTokens Invoke(System.String sCode, Gregor.Core.CToken token)

Custom Attributes: 

Description: 


See Also

Gregor.Core.CToken

Gregor.Core.NTokens

System.Object

System.String

System.IAsyncResult

System.ICloneable

System.Runtime.Serialization.ISerializable

System.AsyncCallback

System.MulticastDelegate

System.IntPtr