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: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
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