Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndDeleteLoginProfile C# (CSharp) Метод

EndDeleteLoginProfile() публичный Метод

Finishes the asynchronous execution of the DeleteLoginProfile operation.
public EndDeleteLoginProfile ( IAsyncResult asyncResult ) : Amazon.IdentityManagement.Model.DeleteLoginProfileResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteLoginProfile.
Результат Amazon.IdentityManagement.Model.DeleteLoginProfileResponse
        public  DeleteLoginProfileResponse EndDeleteLoginProfile(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteLoginProfileResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient