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

EndListServiceSpecificCredentials() public method

Finishes the asynchronous execution of the ListServiceSpecificCredentials operation.
public EndListServiceSpecificCredentials ( IAsyncResult asyncResult ) : ListServiceSpecificCredentialsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListServiceSpecificCredentials.
return Amazon.IdentityManagement.Model.ListServiceSpecificCredentialsResponse
        public  ListServiceSpecificCredentialsResponse EndListServiceSpecificCredentials(IAsyncResult asyncResult)
        {
            return EndInvoke<ListServiceSpecificCredentialsResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient