The Instance < (Of < ( <' TInterface > ) > ) > type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Create < (Of < <' ( TTarget > ) > > ) () () () () |
Creates a new Instance.
|
|
|
Create < (Of < <' ( TTarget > ) > > ) (InstanceStartInfo) |
Creates a new Instance using specified
parameters.
|
|
|
Create < (Of < <' ( TTarget > ) > > ) (InstanceStartInfo, Template) |
Creates a new Instance using specified
parameters and worker process.
|
|
|
Dispose |
Releases unmanaged resources.
|
Properties
| Name | Description | |
|---|---|---|
|
|
StartInfo |
Gets or sets the options used to start the
worker process.
|
|
|
Target |
Gets the proxy object that implements
TInterface. Calls to this object will be executed on the worker
process and the return value will be passed back.
|
|
|
Timeout |
Timeout for operations in milliseconds. Null
indicates no timeout value (call will wait for result
indefinitely).
|