AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the DisconnectUser operation. Disconnects all connections using a specified user ID from a room. This replicates the DisconnectUser WebSocket operation in the Amazon IVS Chat Messaging API.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Ivschat.AmazonIvschatRequest
      Amazon.Ivschat.Model.DisconnectUserRequest

Namespace: Amazon.Ivschat.Model
Assembly: AWSSDK.Ivschat.dll
Version: 3.x.y.z

Syntax

C#
public class DisconnectUserRequest : AmazonIvschatRequest
         IAmazonWebServiceRequest

The DisconnectUserRequest type exposes the following members

Constructors

NameDescription
Public Method DisconnectUserRequest()

Properties

NameTypeDescription
Public Property Reason System.String

Gets and sets the property Reason.

Reason for disconnecting the user.

Public Property RoomIdentifier System.String

Gets and sets the property RoomIdentifier.

Identifier of the room from which the user's clients should be disconnected. Currently this must be an ARN.

Public Property UserId System.String

Gets and sets the property UserId.

ID of the user (connection) to disconnect from the room.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5