EventDataExtensions.SetStreamNamespaceProperty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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