SecurityTokenProvider.SecurityTokenAsyncResult.End(IAsyncResult) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以指定的結果完成非同步作業。
public:
static System::IdentityModel::Tokens::SecurityToken ^ End(IAsyncResult ^ result);
public static System.IdentityModel.Tokens.SecurityToken End (IAsyncResult result);
static member End : IAsyncResult -> System.IdentityModel.Tokens.SecurityToken
Public Shared Function End (result As IAsyncResult) As SecurityToken
參數
- result
- IAsyncResult
非同步作業的結果。
傳回
傳回 SecurityToken。