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: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
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