SecurityTokenProvider.SecurityTokenAsyncResult.End(IAsyncResult) 方法
定义
使用指定的结果完成异步操作。Complete the asynchronous operation with the specified result.
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
异步操作的结果。The result of the asynchronous operation.
返回
返回 SecurityToken。Returns SecurityToken.