WorkerRoleInstanceStartParam
This class contains the parameter used to start a multithreaded WorkerRoleInstance. The class (and if you have derived from the class, any additional information)
will be serialized and send over the network to be executed on Prajna platform. Please fill in all class members that are not default.
Constructors
Constructor | Description |
new()
Signature: unit -> WorkerRoleInstanceStartParam
|
|
Instance members
Instance member | Description |
NewInstanceFunc()
Signature: unit -> unit -> WorkerRoleInstance
|
User will need to override this function to instantiate the right front end instance to be used for service.
|
NewInstanceFunc()
Signature: unit -> unit
|
User will need to override this function to instantiate the right front end instance to be used for service.
|
NumThreads()
Signature: unit -> int
|
Number of threads of that runs WorkerRoleInstance.
|
NumThreads()
Signature: unit -> unit
|
Number of threads of that runs WorkerRoleInstance.
|
ThreadCloseTimeoutInMS()
Signature: unit -> int
|
Timeout at Thread close (in millisecond)
|
ThreadCloseTimeoutInMS()
Signature: unit -> unit
|
Timeout at Thread close (in millisecond)
|