C# Класс OpenNos.Core.Networking.Communication.ScsServices.Service.ServiceClientEventArgs

Stores service client informations to be used by an event.
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
ServiceClientEventArgs ( IScsServiceClient client ) : System

Creates a new ServiceClientEventArgs object.

Описание методов

ServiceClientEventArgs() публичный Метод

Creates a new ServiceClientEventArgs object.
public ServiceClientEventArgs ( IScsServiceClient client ) : System
client IScsServiceClient Client that is associated with this event
Результат System