Click or drag to resize

NativeApiClient Class

[Missing <summary> documentation for "T:Atomia.Billing.Core.Sdk.AtomiaProvisioningNativeApi.NativeApiClient"]

Inheritance Hierarchy
SystemObject
  System.ServiceModelClientBaseINativeApi
    Atomia.Billing.Core.Sdk.AtomiaProvisioningNativeApiNativeApiClient

Namespace:  Atomia.Billing.Core.Sdk.AtomiaProvisioningNativeApi
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public class NativeApiClient : ClientBase<INativeApi>, 
	INativeApi

The NativeApiClient type exposes the following members.

Constructors
  NameDescription
Public methodNativeApiClient
Initializes a new instance of the NativeApiClient class
Public methodNativeApiClient(String)
Initializes a new instance of the NativeApiClient class
Public methodNativeApiClient(Binding, EndpointAddress)
Initializes a new instance of the NativeApiClient class
Public methodNativeApiClient(String, EndpointAddress)
Initializes a new instance of the NativeApiClient class
Public methodNativeApiClient(String, String)
Initializes a new instance of the NativeApiClient class
Top
Properties
  NameDescription
Protected propertyChannel
Gets the inner channel used to send messages to variously configured service endpoints.
(Inherited from ClientBaseINativeApi.)
Public propertyChannelFactory (Inherited from ClientBaseINativeApi.)
Public propertyClientCredentials
Gets the client credentials used to call an operation.
(Inherited from ClientBaseINativeApi.)
Public propertyEndpoint
Gets the target endpoint for the service to which the WCF client can connect.
(Inherited from ClientBaseINativeApi.)
Public propertyInnerChannel
Gets the underlying IClientChannel implementation.
(Inherited from ClientBaseINativeApi.)
Public propertyState (Inherited from ClientBaseINativeApi.)
Top
Methods
  NameDescription
Public methodAbort (Inherited from ClientBaseINativeApi.)
Public methodAddService
Public methodAddServiceAsync
Public methodChangeServiceStatus
Public methodCheckProvisioningRequestStatus
Public methodClose (Inherited from ClientBaseINativeApi.)
Public methodContinueProvisioningRequest
Protected methodCreateChannel
Returns a new channel to the service.
(Inherited from ClientBaseINativeApi.)
Public methodCreateService
Public methodDeleteService
Public methodDeleteServiceAsync
Public methodDisplayInitializationUI
Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it.
(Inherited from ClientBaseINativeApi.)
Public methodEcho
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetDefaultValueForInitializationT
Replicates the behavior of the default keyword in C#.
(Inherited from ClientBaseINativeApi.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProvisioningRequestsForAccount
Public methodGetServicesInvolvedInRequest
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInvokeAsync
Provides support for implementing the event-based asynchronous pattern. For more information about this pattern, see Event-based Asynchronous Pattern Overview.
(Inherited from ClientBaseINativeApi.)
Public methodListChildServicesByStatus
Public methodListServiceByName
Public methodListServices
Public methodListServicesByNameAndGreaterPropValues
Public methodListServicesByNameAndPropValues
Public methodListServicesOnResource
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodModifyService
Public methodMoveService
Public methodOpen (Inherited from ClientBaseINativeApi.)
Public methodRecreateService
Public methodReleaseAccount
Public methodReleasePackage
Public methodReleaseServices
Public methodSendProvisioningRequest
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also