Click or drag to resize

ReleaseClientConnectionIdResponse Class

* The response from releasing the client connection ID.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiReleaseClientConnectionIdResponse

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public sealed class ReleaseClientConnectionIdResponse : IMessage<ReleaseClientConnectionIdResponse>, 
	IMessage, IEquatable<ReleaseClientConnectionIdResponse>, IDeepCloneable<ReleaseClientConnectionIdResponse>, 
	IBufferMessage

The ReleaseClientConnectionIdResponse type exposes the following members.

Constructors
 NameDescription
Public methodReleaseClientConnectionIdResponseInitializes a new instance of the ReleaseClientConnectionIdResponse class
Public methodReleaseClientConnectionIdResponse(ReleaseClientConnectionIdResponse)Initializes a new instance of the ReleaseClientConnectionIdResponse class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyStatic memberParser 
Public propertyStatus The status of the call.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Top
See Also