navigator_invoke_invocation_send() private method

private navigator_invoke_invocation_send ( IntPtr hndl ) : int
hndl System.IntPtr
return int
Example #1
0
 public void Invoke(InvokeRequest invocation)
 {
     InvokeRequest.navigator_invoke_invocation_send(invocation.handle);
 }