Class ApplicationServiceClient.OnClientConnectedDelegate
Inheritance
System.Object
ApplicationServiceClient.OnClientConnectedDelegate
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public sealed class OnClientConnectedDelegate : MulticastDelegate
Constructors
OnClientConnectedDelegate(Object, IntPtr)
Declaration
public OnClientConnectedDelegate(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(String, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(string clientName, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.String |
clientName |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(String)
Declaration
public virtual void Invoke(string clientName)
Parameters
Type |
Name |
Description |
System.String |
clientName |
|