NetworkElement Methods
The NetworkElement type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetDeviceBehavior<(Of <<'(T>)>>) |
Retrieves a device behavior of a specific type if it is registered.
|
|
HasDeviceBehavior<(Of <<'(T>)>>) |
Checks if a device behavior of a specific type is registered.
|
|
Process |
Processes the network element by first calling the base process method, then processing local and remote inputs.
|
|
RegisterDeviceBehavior<(Of <<'(T, E>)>>) |
Registers a device behavior to the network entity.
|
|
SetToComputeLocalDevice |
Sets the flag to determine whether to compute on the local device.
|
|
SetToComputeRemoteDevice |
Sets the flag to determine whether to compute on the remote device.
|
|
UnregisterDeviceBehavior<(Of <<'(T>)>>) |
Unregisters a device behavior of a specific type from the network entity.
|