The DataFunction type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Execute |
Asynchronously executes the data function.
|
![]() | Execute(DataFunctionCompletionCallback) |
Asynchronously executes the data function with a callback when the execution has been finished.
There is no guarantee regarding timing when the function will be executed and when it has finished executing.
|
![]() | ExecuteSynchronously |
Updates the function synchronously.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | SynchronizeWithLibrary |
Synchronize the function definition with the function definition stored in the library.
|
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) |
![]() ![]() | INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) |
![]() ![]() | INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
See Also