StatementDelegate

Overview

Location

Instance Methods


constructor

 

constructor(object: Object; method: IntPtr)

 

StatementDelegate(Object object, IntPtr method)

 

init(_ object: Object, _ method: IntPtr)

 

StatementDelegate(Object object, IntPtr method)

 

Sub New(object As Object, method As IntPtr)

Parameters:

  • object:
  • method:

BeginInvoke

 

method BeginInvoke(aContext: IServices; aMethod: IMethodDefinition; callback: AsyncCallback; object: Object): IAsyncResult

 

IAsyncResult BeginInvoke(IServices aContext, IMethodDefinition aMethod, AsyncCallback callback, Object object)

 

func BeginInvoke(_ aContext: IServices, _ aMethod: IMethodDefinition, _ callback: AsyncCallback, _ object: Object) -> IAsyncResult

 

IAsyncResult BeginInvoke(IServices aContext, IMethodDefinition aMethod, AsyncCallback callback, Object object)

 

Function BeginInvoke(aContext As IServices, aMethod As IMethodDefinition, callback As AsyncCallback, object As Object) As IAsyncResult

Parameters:

  • aContext:
  • aMethod:
  • callback:
  • object:

EndInvoke

 

method EndInvoke(result: IAsyncResult): Statement

 

Statement EndInvoke(IAsyncResult result)

 

func EndInvoke(_ result: IAsyncResult) -> Statement

 

Statement EndInvoke(IAsyncResult result)

 

Function EndInvoke(result As IAsyncResult) As Statement

Parameters:

  • result:

Invoke

 

method Invoke(aContext: IServices; aMethod: IMethodDefinition): Statement

 

Statement Invoke(IServices aContext, IMethodDefinition aMethod)

 

func Invoke(_ aContext: IServices, _ aMethod: IMethodDefinition) -> Statement

 

Statement Invoke(IServices aContext, IMethodDefinition aMethod)

 

Function Invoke(aContext As IServices, aMethod As IMethodDefinition) As Statement

Parameters:

  • aContext:
  • aMethod: