OnConnectedHandler

Overview

Location

Instance Methods


constructor

 

constructor(object: Object; method: IntPtr)

 

OnConnectedHandler(Object object, IntPtr method)

 

Sub New(object As Object, method As IntPtr)

Parameters:

  • object:
  • method:

BeginInvoke

 

method BeginInvoke(sender: Object; info: IServerChannelInfo; clientId: Guid; callback: AsyncCallback; object: Object): IAsyncResult

 

IAsyncResult BeginInvoke(Object sender, IServerChannelInfo info, Guid clientId, AsyncCallback callback, Object object)

 

Function BeginInvoke(sender As Object, info As IServerChannelInfo, clientId As Guid, callback As AsyncCallback, object As Object) As IAsyncResult

Parameters:

  • sender:
  • info:
  • clientId:
  • callback:
  • object:

EndInvoke

 

method EndInvoke(result: IAsyncResult)

 

void EndInvoke(IAsyncResult result)

 

Sub EndInvoke(result As IAsyncResult)

Parameters:

  • result:

Invoke

 

method Invoke(sender: Object; info: IServerChannelInfo; clientId: Guid)

 

void Invoke(Object sender, IServerChannelInfo info, Guid clientId)

 

Sub Invoke(sender As Object, info As IServerChannelInfo, clientId As Guid)

Parameters:

  • sender:
  • info:
  • clientId: