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

EndDeleteInstanceProfile() public method

Finishes the asynchronous execution of the DeleteInstanceProfile operation.
public EndDeleteInstanceProfile ( IAsyncResult asyncResult ) : Amazon.IdentityManagement.Model.DeleteInstanceProfileResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteInstanceProfile.
return Amazon.IdentityManagement.Model.DeleteInstanceProfileResponse
        public  DeleteInstanceProfileResponse EndDeleteInstanceProfile(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteInstanceProfileResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient