IExternalScopeProvider.Push(Object) Method

Definition

Adds scope object to the list.

public:
 IDisposable ^ Push(System::Object ^ state);
public IDisposable Push (object state);
public IDisposable Push (object? state);
abstract member Push : obj -> IDisposable
Public Function Push (state As Object) As IDisposable

Parameters

state
Object

The scope object.

Returns

The IDisposable token that removes scope on dispose.

Applies to