Prajna


RegisteredDistributedFunction

Representing a single registered distributed function

Instance members

Instance memberDescription
GetAllSchemas()
Signature: unit -> seq<Guid * Guid * Guid * Guid>

Get all schemas in the form of a provideID, domainID, schemaInID, schemaOutID tuple of the particular distributed function These schemas can be used by a remote App (potentially on different platform) to invoke the distributed function

Fork me on GitHub