Click or drag to resize

GetViewsRequest Class

* A request to get all views.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetViewsRequest

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

The GetViewsRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetViewsRequestInitializes a new instance of the GetViewsRequest class
Public methodGetViewsRequest(GetViewsRequest)Initializes a new instance of the GetViewsRequest class
Top
Properties
 NameDescription
Public propertyCci The client connection ID associated with the connection.
Public propertyStatic memberDescriptor 
Public propertyStatic memberParser 
Top
Methods
Fields
 NameDescription
Public fieldStatic memberCciFieldNumberField number for the "cci" field.
Top
See Also