ResponseMessageStream Constructors
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
ResponseMessageStream() |
Initializes a new instance of the ResponseMessageStream class. and assigns an unique guid as its Id. |
ResponseMessageStream(Guid) |
Initializes a new instance of the ResponseMessageStream class. |
ResponseMessageStream()
- Source:
- ResponseMessageStream.cs
Initializes a new instance of the ResponseMessageStream class. and assigns an unique guid as its Id.
public ResponseMessageStream ();
Public Sub New ()
Applies to
ResponseMessageStream(Guid)
- Source:
- ResponseMessageStream.cs
Initializes a new instance of the ResponseMessageStream class.
public ResponseMessageStream (Guid id);
new Microsoft.Bot.Streaming.Payloads.ResponseMessageStream : Guid -> Microsoft.Bot.Streaming.Payloads.ResponseMessageStream
Public Sub New (id As Guid)
Parameters
- id
- Guid
A Guid to assign as the Id of this instance of ResponseMessageStream. If null a new Guid will be generated.