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

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

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