Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndCreateSAMLProvider C# (CSharp) Méthode

EndCreateSAMLProvider() public méthode

Finishes the asynchronous execution of the CreateSAMLProvider operation.
public EndCreateSAMLProvider ( IAsyncResult asyncResult ) : CreateSAMLProviderResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateSAMLProvider.
Résultat Amazon.IdentityManagement.Model.CreateSAMLProviderResponse
        public  CreateSAMLProviderResponse EndCreateSAMLProvider(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateSAMLProviderResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient