StatementDelegate
Overview
Location
- Reference: RemObjects.Elements.Cirrus.dll
- Namespace: RemObjects.Elements.Cirrus
- Ancestry: MulticastDelegate | StatementDelegate
Instance Methods
constructor
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: