Click or drag to resize

aceRemoteTestServerreceived Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Reaction on something received

Namespace:  imbACE.Network.remote.servers
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public void received(
	aceRemoteInstanceBase instance,
	aceRemoteInstanceBaseEventArgs args
)
Request Example View Source

Parameters

instance
Type: imbACE.Network.remote.instanceaceRemoteInstanceBase
The instance.
args
Type: imbACE.Network.remote.eventsaceRemoteInstanceBaseEventArgs
The aceRemoteInstanceBaseEventArgs instance containing the event data.
See Also