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

EndUpdateSAMLProvider() public method

Finishes the asynchronous execution of the UpdateSAMLProvider operation.
public EndUpdateSAMLProvider ( IAsyncResult asyncResult ) : UpdateSAMLProviderResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateSAMLProvider.
return UpdateSAMLProviderResponse
        public  UpdateSAMLProviderResponse EndUpdateSAMLProvider(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateSAMLProviderResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient