Show / Hide Table of Contents

Class EnqueueEventOptions

The set of options that can be specified to influence the way in which events are published to the Event Hubs service.

Inheritance
System.Object
SendEventOptions
EnqueueEventOptions
Inherited Members
SendEventOptions.PartitionId
SendEventOptions.PartitionKey
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Messaging.EventHubs.dll
Syntax
public class EnqueueEventOptions : Azure.Messaging.EventHubs.Producer.SendEventOptions

Constructors

EnqueueEventOptions()

Declaration
public EnqueueEventOptions ();

Methods

Equals(Object)

Determines whether the specified System.Object is equal to this instance.

Declaration
[System.ComponentModel.EditorBrowsable]
public override bool Equals (object obj);
Parameters
System.Object obj

The System.Object to compare with this instance.

Returns
System.Boolean

true if the specified System.Object is equal to this instance; otherwise, false.

GetHashCode()

Returns a hash code for this instance.

Declaration
[System.ComponentModel.EditorBrowsable]
public override int GetHashCode ();
Returns
System.Int32

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

ToString()

Converts the instance to string representation.

Declaration
[System.ComponentModel.EditorBrowsable]
public override string ToString ();
Returns
System.String

A System.String that represents this instance.

Back to top Azure SDK for .NET