DetachCurrentThreadDelegate
Overview
Location
- Reference: RemObjects.Hydra.Host.dll
- Namespace: RemObjects.Hydra.Host.Java
- Ancestry: MulticastDelegate | DetachCurrentThreadDelegate
Instance Methods
constructor
constructor(object: Object; method: IntPtr)
DetachCurrentThreadDelegate(Object object, IntPtr method)
init(_ object: Object, _ method: IntPtr)
Sub New(object As Object, method As IntPtr)
Parameters:
- object:
- method:
BeginInvoke
method BeginInvoke(vm: IntPtr; callback: AsyncCallback; object: Object): IAsyncResult
IAsyncResult BeginInvoke(IntPtr vm, AsyncCallback callback, Object object)
func BeginInvoke(_ vm: IntPtr, _ callback: AsyncCallback, _ object: Object) -> IAsyncResult
Function BeginInvoke(vm As IntPtr, callback As AsyncCallback, object As Object) As IAsyncResult
Parameters:
- vm:
- callback:
- object:
EndInvoke
method EndInvoke(result: IAsyncResult): JInt
JInt EndInvoke(IAsyncResult result)
func EndInvoke(_ result: IAsyncResult) -> JInt
Function EndInvoke(result As IAsyncResult) As JInt
Parameters:
- result:
Invoke
method Invoke(vm: IntPtr): JInt
JInt Invoke(IntPtr vm)
func Invoke(_ vm: IntPtr) -> JInt
Function Invoke(vm As IntPtr) As JInt
Parameters:
- vm: