DistributedFunctionProvider
Infromation of distributed Function Provider
To use distributed function
Instance members
Instance member | Description |
Email()
Signature: unit -> unit
|
Name of the provider
|
Institution()
Signature: unit -> unit
|
Name of the provider
|
Name()
Signature: unit -> unit
|
Name of the provider
|
PrivateID()
Signature: unit -> unit
|
Private ID of the provider, the service provider should use this ID to register for service
|
PublicID()
Signature: unit -> unit
|
Public ID of the provider, the consumer will use this to reference the provider to be used.
|
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 -> unit
|
Use a string of "a.b.c.d" to express the versin information
|