Click or drag to resize

GetMessageT Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Core.MessageDefaultRequestMessage
    SoftGear.Strix.Client.Core.MessageGetMessageT

Namespace:  SoftGear.Strix.Client.Core.Message
Assembly:  strix-client-csharp-core (in strix-client-csharp-core.dll) Version: 2.3.0
Syntax
C#
[SerializableAttribute]
public class GetMessage<T> : DefaultRequestMessage
where T : IModel

Type Parameters

T

The GetMessageT type exposes the following members.

Constructors
  NameDescription
Public methodGetMessageT
Initializes a new instance of the GetMessageT class
Public methodGetMessageT(Int64)
Initializes a new instance of the GetMessageT class
Top
Methods
See Also