Prajna


DistributedFunctionProvider

Infromation of distributed Function Provider To use distributed function,

Constructors

ConstructorDescription
new()
Signature: unit -> DistributedFunctionProvider

Instance members

Instance memberDescription
Email()
Signature: unit -> string

Name of the provider

Email()
Signature: unit -> unit

Name of the provider

Institution()
Signature: unit -> string

Name of the provider

Institution()
Signature: unit -> unit

Name of the provider

Name()
Signature: unit -> string

Name of the provider

Name()
Signature: unit -> unit

Name of the provider

PrivateID()
Signature: unit -> Guid

Private ID of the provider, the service provider should use this ID to register for service

PrivateID()
Signature: unit -> unit

Private ID of the provider, the service provider should use this ID to register for service

PublicID()
Signature: unit -> Guid

Public ID of the provider, the consumer will use this to reference the provider to be used.

PublicID()
Signature: unit -> unit

Public ID of the provider, the consumer will use this to reference the provider to be used.

Version()
Signature: unit -> uint32

Provider version information, in a.b.c.d. Each of a, b, c, d should be from 0..255, and a should be from 0 to 255 the provider version is represented as an unsigned integer. Version should be comparable

Version()
Signature: unit -> unit

Provider version information, in a.b.c.d. Each of a, b, c, d should be from 0..255, and a should be from 0 to 255 the provider version is represented as an unsigned integer. Version should be comparable

VersionString()
Signature: unit -> string

Use a string of "a.b.c.d" to express the versin information

VersionString()
Signature: unit -> unit

Use a string of "a.b.c.d" to express the versin information

Fork me on GitHub