次の方法で共有


EnterpriseEnrollmentManager.RequestUnenrollmentAsync(Enterprise) メソッド

定義

Uri によって識別されたエンタープライズの登録を解除します。

public:
 static IAsyncOperation<bool> ^ RequestUnenrollmentAsync(Enterprise ^ enterprise);
 static IAsyncOperation<bool> RequestUnenrollmentAsync(Enterprise const& enterprise);
public static IAsyncOperation<bool> RequestUnenrollmentAsync(Enterprise enterprise);
function requestUnenrollmentAsync(enterprise)
Public Shared Function RequestUnenrollmentAsync (enterprise As Enterprise) As IAsyncOperation(Of Boolean)

パラメーター

enterprise
Enterprise

登録を解除するエンタープライズの URI。

戻り値

登録アクションの結果を報告する非同期操作。

適用対象