Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndCreateSAMLProvider C# (CSharp) Method

EndCreateSAMLProvider() public method

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