FailoverChatClientAttempt.ResponseCompleted 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 the response completed successfully.
public:
property bool ResponseCompleted { bool get(); };
public bool ResponseCompleted { get; }
member this.ResponseCompleted : bool
Public ReadOnly Property ResponseCompleted As Boolean
Property Value
Remarks
For streaming responses, this is false when the caller stops enumeration before the response stream ends.