Click or drag to resize

AdHocEvent Class

* The details for an AdHoc event returned when searching the events.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiAdHocEvent

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

The AdHocEvent type exposes the following members.

Constructors
 NameDescription
Public methodAdHocEventInitializes a new instance of the AdHocEvent class
Public methodAdHocEvent(AdHocEvent)Initializes a new instance of the AdHocEvent class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyEndsAt The end time of the event.
Public propertyStatic memberParser 
Public propertyProperties The properties of the event.
Public propertySource The source of the event.
Public propertyStartsAt The start time of the event.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberEndsAtFieldNumberField number for the "ends_at" field.
Public fieldStatic memberPropertiesFieldNumberField number for the "properties" field.
Public fieldStatic memberSourceFieldNumberField number for the "source" field.
Public fieldStatic memberStartsAtFieldNumberField number for the "starts_at" field.
Top
See Also