DisposeInstanceDelegate<T>
Overview
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK.Pooling
- Ancestry: MulticastDelegate | DisposeInstanceDelegate<T>
Instance Methods
constructor
constructor(object: Object; method: IntPtr)
DisposeInstanceDelegate<T>(Object object, IntPtr method)
Sub New(object As Object, method As IntPtr)
Parameters:
- object:
- method:
BeginInvoke
method BeginInvoke(instance: T; callback: AsyncCallback; object: Object): IAsyncResult
IAsyncResult BeginInvoke(T instance, AsyncCallback callback, Object object)
Function BeginInvoke(instance As T, callback As AsyncCallback, object As Object) As IAsyncResult
Parameters:
- instance:
- callback:
- object:
EndInvoke
method EndInvoke(result: IAsyncResult)
void EndInvoke(IAsyncResult result)
Sub EndInvoke(result As IAsyncResult)
Parameters:
- result:
Invoke
method Invoke(instance: T)
void Invoke(T instance)
Sub Invoke(instance As T)
Parameters:
- instance: