Click or drag to resize

AutoNumberClient Methods

To get started, call one of the following methods:
  • Anysense.API.Client.V1.ApiClient.Create
  • Anysense.API.Client.V1.ApiClient.CreateAsync
  • Anysense.API.Client.V1.ApiClient.CreateWithToken
  • Anysense.API.Client.V1.ApiClient.CreateWithTokenAsync
See Anysense.API.Client.Shared.BaseClient<T> for documentation on these methods.

The AutoNumberClient type exposes the following members.

Methods
 NameDescription
Public methodGet Returns an AutoNumber from the service
Public methodGetAsync Returns an AutoNumber from the service
Public methodList Gets a list of all the AutoNumbers configured in Anysense
Public methodListAsync Gets a list of all the AutoNumbers configured in Anysense
Public methodSave Creates or updates an AutoNumber on the service.
Public methodSaveAsync Creates or updates an AutoNumber on the service.
Public methodTake Gets a AutoNumber value.
Public methodTakeAsync Gets a AutoNumber value.
Top
See Also