Click or drag to resize

GetTagInfoRequest Class

* A request to get the information for the specified tags.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetTagInfoRequest

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

The GetTagInfoRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetTagInfoRequestInitializes a new instance of the GetTagInfoRequest class
Public methodGetTagInfoRequest(GetTagInfoRequest)Initializes a new instance of the GetTagInfoRequest class
Top
Properties
 NameDescription
Public propertyCci The client connection ID associated with the connection.
Public propertyStatic memberDescriptor 
Public propertyStatic memberParser 
Public propertyTagNames The names of the tags to get the information of.
Public propertyView The view containing the tags.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberCciFieldNumberField number for the "cci" field.
Public fieldStatic memberTagNamesFieldNumberField number for the "tag_names" field.
Public fieldStatic memberViewFieldNumberField number for the "view" field.
Top
See Also