Aracılığıyla paylaş


HostExecutionContextManager.SetHostExecutionContext Yöntem

Tanım

Geçerli konak yürütme bağlamını belirtilen konak yürütme bağlamı olarak ayarlar.

public:
 virtual System::Object ^ SetHostExecutionContext(System::Threading::HostExecutionContext ^ hostExecutionContext);
public virtual object SetHostExecutionContext (System.Threading.HostExecutionContext hostExecutionContext);
[System.Security.SecurityCritical]
public virtual object SetHostExecutionContext (System.Threading.HostExecutionContext hostExecutionContext);
abstract member SetHostExecutionContext : System.Threading.HostExecutionContext -> obj
override this.SetHostExecutionContext : System.Threading.HostExecutionContext -> obj
[<System.Security.SecurityCritical>]
abstract member SetHostExecutionContext : System.Threading.HostExecutionContext -> obj
override this.SetHostExecutionContext : System.Threading.HostExecutionContext -> obj
Public Overridable Function SetHostExecutionContext (hostExecutionContext As HostExecutionContext) As Object

Parametreler

hostExecutionContext
HostExecutionContext

HostExecutionContext ayarlanacak.

Döndürülenler

Object

öğesini önceki durumuna geri yüklemek HostExecutionContext için bir nesne.

Öznitelikler

Özel durumlar

hostExecutionContext bir yakalama işlemi aracılığıyla alınmadı.

-veya- hostExecutionContext önceki SetHostExecutionContext(HostExecutionContext) yöntem çağrısının bağımsız değişkenidir.

Açıklamalar

yöntemi geçerli SetHostExecutionContext HostExecutionContextiçin konak yürütme bağlamını ayarlar. HostExecutionContext Başka bir SetHostExecutionContext yöntem çağrısına bağımsız değişken olarak kullanılan bir, bu yöntemin parametresi olarak geçirilemez. Bunun yerine yöntemini kullanarak HostExecutionContext.CreateCopy bir HostExecutionContext nesnenin kopyasını oluşturun ve ardından ana bilgisayar yürütme bağlamını ayarlamak için kopyasını kullanın.

Revert önceki durumuna geri yüklemek HostExecutionContext için bu yöntem tarafından döndürülen nesnesini kullanarak yöntemini çağırın.

Şunlara uygulanır