Class EchoTextEventArgs
Inheritance
System.Object
EchoTextEventArgs
Namespace: Cmc.Nexus.Common.Events
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class EchoTextEventArgs : ServiceEventArgs<EchoServiceRequest, EchoServiceResponse>
Constructors
EchoTextEventArgs(EchoServiceRequest)
Initializes a new instance of the GetStudentAdvisorsEventArgs class.
Declaration
public EchoTextEventArgs(EchoServiceRequest request)
Parameters
Type | Name | Description |
---|---|---|
EchoServiceRequest | request | The request. |