Click or drag to resize

ExpressionClient Class

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.
Manages regular expressions
Inheritance Hierarchy
SystemObject
  Anysense.API.Client.SharedApiHandlerApiClient
    Anysense.API.Client.V1ExpressionClient

Namespace: Anysense.API.Client.V1
Assembly: Anysense.API.Client (in Anysense.API.Client.dll) Version: 1.29.8-dev
Syntax
C#
public class ExpressionClient : ApiHandler<ApiClient>

The ExpressionClient type exposes the following members.

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