Click or drag to resize

FindEventsResponse Class

* The response of finding the events.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiFindEventsResponse

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

The FindEventsResponse type exposes the following members.

Constructors
 NameDescription
Public methodFindEventsResponseInitializes a new instance of the FindEventsResponse class
Public methodFindEventsResponse(FindEventsResponse)Initializes a new instance of the FindEventsResponse class
Top
Properties
 NameDescription
Public propertyContinuationPoint The continuation point.
Public propertyStatic memberDescriptor 
Public propertyEvents The events that matched the search criteria.
Public propertyExtendedStatus The status of making a request to the Calculations service.
Public propertyStatic memberParser 
Public propertyStatus The status of the call.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberContinuationPointFieldNumberField number for the "continuation_point" field.
Public fieldStatic memberEventsFieldNumberField number for the "events" field.
Public fieldStatic memberExtendedStatusFieldNumberField number for the "extended_status" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Top
See Also