FailoverChatClientAttempt.OutputCommitted Property
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.
Gets a value indicating whether any streaming update was exposed to the caller.
public:
property bool OutputCommitted { bool get(); };
public bool OutputCommitted { get; }
member this.OutputCommitted : bool
Public ReadOnly Property OutputCommitted As Boolean
Property Value
Remarks
This is always false for non-streaming invocations.