Click or drag to resize

INativeApiProxy Interface

Interface representing NativeApiProxy.

Namespace:  Atomia.Billing.Core.Sdk.ServiceProxies
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public interface INativeApiProxy : INativeApi, 
	IDisposable

The INativeApiProxy type exposes the following members.

Methods
  NameDescription
Public methodAddService (Inherited from INativeApi.)
Public methodAddServiceAsync (Inherited from INativeApi.)
Public methodChangeServiceStatus (Inherited from INativeApi.)
Public methodCheckProvisioningRequestStatus (Inherited from INativeApi.)
Public methodContinueProvisioningRequest (Inherited from INativeApi.)
Public methodCreateService (Inherited from INativeApi.)
Public methodDeleteService (Inherited from INativeApi.)
Public methodDeleteServiceAsync (Inherited from INativeApi.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodEcho (Inherited from INativeApi.)
Public methodGetProvisioningRequestsForAccount (Inherited from INativeApi.)
Public methodGetServicesInvolvedInRequest (Inherited from INativeApi.)
Public methodListChildServicesByStatus (Inherited from INativeApi.)
Public methodListServiceByName (Inherited from INativeApi.)
Public methodListServices (Inherited from INativeApi.)
Public methodListServicesByNameAndGreaterPropValues (Inherited from INativeApi.)
Public methodListServicesByNameAndPropValues (Inherited from INativeApi.)
Public methodListServicesOnResource (Inherited from INativeApi.)
Public methodModifyService (Inherited from INativeApi.)
Public methodMoveService (Inherited from INativeApi.)
Public methodRecreateService (Inherited from INativeApi.)
Public methodReleaseAccount (Inherited from INativeApi.)
Public methodReleasePackage (Inherited from INativeApi.)
Public methodReleaseServices (Inherited from INativeApi.)
Public methodSendProvisioningRequest (Inherited from INativeApi.)
Top
See Also