Prajna


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.

Instance members

Instance memberDescription
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 -> unit

Number of threads of that runs WorkerRoleInstance.

ThreadCloseTimeoutInMS()
Signature: unit -> unit

Timeout at Thread close (in millisecond)

Fork me on GitHub