EventDataExtensions.SetStreamNamespaceProperty(EventData, String) 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.
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