Partager via


ISql100EventSession.MaxDispatchLatencySeconds, propriété

Obtient ou définit la latence maximale de répartition, en secondes.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property MaxDispatchLatencySeconds As Integer
    Get
    Set
int MaxDispatchLatencySeconds { get; set; }
property int MaxDispatchLatencySeconds {
    int get ();
    void set (int value);
}
abstract MaxDispatchLatencySeconds : int with get, set
function get MaxDispatchLatencySeconds () : int
function set MaxDispatchLatencySeconds (value : int)

Valeur de propriété

Type : System.Int32

Notes

« 0 » indique la latence infinie.

Sécurité .NET Framework

Voir aussi

Référence

ISql100EventSession Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms