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

EndGetSAMLProvider() public method

Finishes the asynchronous execution of the GetSAMLProvider operation.
public EndGetSAMLProvider ( IAsyncResult asyncResult ) : GetSAMLProviderResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSAMLProvider.
return Amazon.IdentityManagement.Model.GetSAMLProviderResponse
        public  GetSAMLProviderResponse EndGetSAMLProvider(IAsyncResult asyncResult)
        {
            return EndInvoke<GetSAMLProviderResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient