C# Class OpenNos.Core.Networking.Communication.ScsServices.Service.ServiceClientEventArgs

Stores service client informations to be used by an event.
Inheritance: System.EventArgs
Afficher le fichier Open project: OpenNos/OpenNos

Méthodes publiques

Méthode Description
ServiceClientEventArgs ( IScsServiceClient client ) : System

Creates a new ServiceClientEventArgs object.

Method Details

ServiceClientEventArgs() public méthode

Creates a new ServiceClientEventArgs object.
public ServiceClientEventArgs ( IScsServiceClient client ) : System
client IScsServiceClient Client that is associated with this event
Résultat System