Click or drag to resize

KeepaliveClientConnectionIdRequest Class

* A request to keep the select client connection alive and working.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiKeepaliveClientConnectionIdRequest

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 KeepaliveClientConnectionIdRequest : IMessage<KeepaliveClientConnectionIdRequest>, 
	IMessage, IEquatable<KeepaliveClientConnectionIdRequest>, IDeepCloneable<KeepaliveClientConnectionIdRequest>, 
	IBufferMessage

The KeepaliveClientConnectionIdRequest type exposes the following members.

Constructors
 NameDescription
Public methodKeepaliveClientConnectionIdRequestInitializes a new instance of the KeepaliveClientConnectionIdRequest class
Public methodKeepaliveClientConnectionIdRequest(KeepaliveClientConnectionIdRequest)Initializes a new instance of the KeepaliveClientConnectionIdRequest class
Top
Properties
 NameDescription
Public propertyCci the ID for the client connection to keep alive.
Public propertyStatic memberDescriptor 
Public propertyStatic memberParser 
Top
Methods
Fields
 NameDescription
Public fieldStatic memberCciFieldNumberField number for the "cci" field.
Top
See Also