Class Applications.ApplicationsBase
Namespace: ArmoniK.Api.gRPC.V1.Applications
Assembly: ArmoniK.Api.Core.dll
Base class for server-side implementations of Applications
[BindServiceMethod(typeof(Applications), "BindService")]
public abstract class Applications.ApplicationsBase
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
ListApplications(ListApplicationsRequest, ServerCallContext)
Get a applications list using pagination, filters and sorting;
public virtual Task<ListApplicationsResponse> ListApplications(ListApplicationsRequest request, ServerCallContext context)
Parameters
request ListApplicationsRequest
The request received from the client.
context ServerCallContext
The context of the server-side call handler being invoked.
Returns
Task<ListApplicationsResponse>
The response to send back to the client (wrapped by a task).