IStreamingResponse.InitialDelay 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.
The initial delay in milliseconds before the first intermediate message is sent. Defaults to 250. Set to a small value in tests.
public int InitialDelay { get; set; }
member this.InitialDelay : int with get, set
Public Property InitialDelay As Integer