Redigera

Dela via


EventDataExtensions.SetStreamNamespaceProperty Method

Definition

Overloads

SetStreamNamespaceProperty(EventData, String)

Adds stream namespace to the EventData

SetStreamNamespaceProperty(EventData, String)

Adds stream namespace to the EventData

SetStreamNamespaceProperty(EventData, String)

Adds stream namespace to the EventData

SetStreamNamespaceProperty(EventData, String)

Source:
EventDataExtensions.cs

Adds stream namespace to the EventData

public static void SetStreamNamespaceProperty (this Azure.Messaging.EventHubs.EventData eventData, string streamNamespace);
static member SetStreamNamespaceProperty : Azure.Messaging.EventHubs.EventData * string -> unit
<Extension()>
Public Sub SetStreamNamespaceProperty (eventData As EventData, streamNamespace As String)

Parameters

eventData
EventData
streamNamespace
String

Applies to

SetStreamNamespaceProperty(EventData, String)

Adds stream namespace to the EventData

public static void SetStreamNamespaceProperty (this Microsoft.Azure.EventHubs.EventData eventData, string streamNamespace);
static member SetStreamNamespaceProperty : Microsoft.Azure.EventHubs.EventData * string -> unit
<Extension()>
Public Sub SetStreamNamespaceProperty (eventData As EventData, streamNamespace As String)

Parameters

eventData
EventData
streamNamespace
String

Applies to

SetStreamNamespaceProperty(EventData, String)

Adds stream namespace to the EventData

public static void SetStreamNamespaceProperty (this Microsoft.ServiceBus.Messaging.EventData eventData, string streamNamespace);
static member SetStreamNamespaceProperty : Microsoft.ServiceBus.Messaging.EventData * string -> unit
<Extension()>
Public Sub SetStreamNamespaceProperty (eventData As EventData, streamNamespace As String)

Parameters

eventData
EventData
streamNamespace
String

Applies to