コード例 #1
0
        public System.Threading.Tasks.Task <deletePendingChangeServiceSupplierResponse> deletePendingChangeServiceSupplierAsync(OrganizationIdentity organizationIdentity)
        {
            deletePendingChangeServiceSupplierRequest inValue = new deletePendingChangeServiceSupplierRequest();

            inValue.organizationIdentity = organizationIdentity;
            return(((RecipientPortv3)(this)).deletePendingChangeServiceSupplierAsync(inValue));
        }
コード例 #2
0
        public System.Threading.Tasks.Task <deletePendingAccountPreferencesResponse> deletePendingAccountPreferencesAsync(OrganizationIdentity organizationIdentity)
        {
            deletePendingAccountPreferencesRequest inValue = new deletePendingAccountPreferencesRequest();

            inValue.organizationIdentity = organizationIdentity;
            return(((RecipientPortv3)(this)).deletePendingAccountPreferencesAsync(inValue));
        }