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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.