CompressedStack.Run(CompressedStack, ContextCallback, Object) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
현재 스레드의 지정된 압축 스택에서 메서드를 실행합니다.
public:
static void Run(System::Threading::CompressedStack ^ compressedStack, System::Threading::ContextCallback ^ callback, System::Object ^ state);
public static void Run (System.Threading.CompressedStack compressedStack, System.Threading.ContextCallback callback, object? state);
public static void Run (System.Threading.CompressedStack compressedStack, System.Threading.ContextCallback callback, object state);
[System.Security.SecurityCritical]
public static void Run (System.Threading.CompressedStack compressedStack, System.Threading.ContextCallback callback, object state);
static member Run : System.Threading.CompressedStack * System.Threading.ContextCallback * obj -> unit
[<System.Security.SecurityCritical>]
static member Run : System.Threading.CompressedStack * System.Threading.ContextCallback * obj -> unit
Public Shared Sub Run (compressedStack As CompressedStack, callback As ContextCallback, state As Object)
매개 변수
- compressedStack
- CompressedStack
설정할 CompressedStack입니다.
- callback
- ContextCallback
지정한 보안 컨텍스트에서 실행할 메서드를 나타내는 ContextCallback입니다.
- state
- Object
콜백 메서드로 전달할 개체입니다.
- 특성
예외
compressedStack
이(가) null
인 경우
설명
메서드가 완료되면 압축된 스택이 이전 상태로 반환됩니다.