Amazon.CognitoIdentity.AmazonCognitoIdentityClient.GetIdentityPoolRolesAsync C# (CSharp) Метод

GetIdentityPoolRolesAsync() публичный Метод

Initiates the asynchronous execution of the GetIdentityPoolRoles operation.
public GetIdentityPoolRolesAsync ( GetIdentityPoolRolesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetIdentityPoolRolesRequest Container for the necessary parameters to execute the GetIdentityPoolRoles operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<GetIdentityPoolRolesResponse> GetIdentityPoolRolesAsync(GetIdentityPoolRolesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetIdentityPoolRolesRequestMarshaller();
            var unmarshaller = GetIdentityPoolRolesResponseUnmarshaller.Instance;

            return InvokeAsync<GetIdentityPoolRolesRequest,GetIdentityPoolRolesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonCognitoIdentityClient::GetIdentityPoolRolesAsync ( string identityPoolId, System cancellationToken = default(CancellationToken) ) : Task
AmazonCognitoIdentityClient::GetIdentityPoolRolesAsync ( GetIdentityPoolRolesRequest request, GetIdentityPoolRolesResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonCognitoIdentityClient::GetIdentityPoolRolesAsync ( string identityPoolId, GetIdentityPoolRolesResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonCognitoIdentityClient