Microsoft.Data.SqlClient.SqlClientSNIEventScope
A disposable scope for SNI event tracing. Automatically leaves the scope when disposed.
namespace Microsoft.Data.SqlClient
{
public readonly struct SqlClientSNIEventScope : IDisposable
{
public SqlClientSNIEventScope(long scopeID);
public void Dispose();
public static SqlClientSNIEventScope Create(string className, string memberName = "");
}
}