Aracılığıyla paylaş


CompressedStack.Run(CompressedStack, ContextCallback, Object) Yöntem

Tanım

Geçerli iş parçacığında belirtilen sıkıştırılmış yığında bir yöntem çalıştırır.

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)

Parametreler

compressedStack
CompressedStack

Ayarlanacak CompressedStack.

callback
ContextCallback

ContextCallback Belirtilen güvenlik bağlamında çalıştırılacak yöntemi temsil eden bir.

state
Object

Geri çağırma yöntemine geçirilecek nesne.

Öznitelikler

Özel durumlar

compressedStack, null değeridir.

Açıklamalar

Sıkıştırılmış yığın, yöntem tamamlandığında önceki durumuna döndürülür.

Şunlara uygulanır