次の方法で共有


LicenseManager.UnlockContext メソッド

指定したオブジェクトの現在の LicenseContext を変更できるようにします。

名前空間: System.ComponentModel
アセンブリ: System (system.dll 内)

構文

'宣言
Public Shared Sub UnlockContext ( _
    contextUser As Object _
)
'使用
Dim contextUser As Object

LicenseManager.UnlockContext(contextUser)
public static void UnlockContext (
    Object contextUser
)
public:
static void UnlockContext (
    Object^ contextUser
)
public static void UnlockContext (
    Object contextUser
)
public static function UnlockContext (
    contextUser : Object
)

パラメータ

  • contextUser
    現在のコンテキストのロックを解除する対象のオブジェクト。

例外

例外の種類 条件

ArgumentException

contextUser は、前の LockContext 呼び出しで指定されたユーザーとは異なることを表します。

解説

オブジェクトの License を取得するには、LicenseContext を使用します。このメソッドは LicenseContext のロックを解除し、License を取得できるようにします。

プラットフォーム

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。

バージョン情報

.NET Framework

サポート対象 : 2.0、1.1、1.0

参照

関連項目

LicenseManager クラス
LicenseManager メンバ
System.ComponentModel 名前空間