Click or drag to resize

RoomLeaveFailedResponseT Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Core.MessageDefaultFailureMessage
    SoftGear.Strix.Client.Room.MessageRoomLeaveFailedResponseT

Namespace:  SoftGear.Strix.Client.Room.Message
Assembly:  strix-client-csharp-room (in strix-client-csharp-room.dll) Version: 2.3.0
Syntax
C#
[SerializableAttribute]
public class RoomLeaveFailedResponse<T> : DefaultFailureMessage
where T : IRoom

Type Parameters

T

The RoomLeaveFailedResponseT type exposes the following members.

Constructors
  NameDescription
Public methodRoomLeaveFailedResponseT
Initializes a new instance of the RoomLeaveFailedResponseT class
Public methodRoomLeaveFailedResponseT(Int32, Int64)
Initializes a new instance of the RoomLeaveFailedResponseT class
Top
Methods
See Also