Click or drag to resize

aceRemoteInstanceBaseEventArgs Constructor (aceRemoteInstanceBaseEventType, String, Socket)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the aceRemoteInstanceBaseEventArgs class

Namespace:  imbACE.Network.remote.events
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public aceRemoteInstanceBaseEventArgs(
	aceRemoteInstanceBaseEventType __type,
	string __message = "",
	Socket __socket = null
)
Request Example View Source

Parameters

__type
Type: imbACE.Network.remote.eventsaceRemoteInstanceBaseEventType
__message (Optional)
Type: SystemString
__socket (Optional)
Type: System.Net.SocketsSocket
See Also