| Interface | Description |
|---|---|
| ApiProvider |
The
ApiProvider interface provides interface and
method introspection and invocation operations for use by API
clients. |
| ExecutionContext.SecurityContext |
Implementations of this interface will provide all needed data for
authentication for the given invocation.
|
| Class | Description |
|---|---|
| AsyncHandle<T> |
This handle is used to complete an operation invocation (with an output value
or an error) or report progress.
|
| ExecutionContext |
The
ExecutionContext class provides information about the
execution of an API method invocation. |
| ExecutionContext.ApplicationData |
Interface representing additional application specific data associated
with the request for method execution represented by this
ExecutionContext. |
| MethodResult |
The
MethodResult class contains the result of a method
call. |
Copyright © 2016. All Rights Reserved.