DsspHttpUtilitiesPort Members
Microsoft Robotics Class Reference
The DsspHttpUtilitiesPort type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DsspHttpUtilitiesPort |
Initializes a new instance of the DsspHttpUtilitiesPort class
|
Methods
Name | Description | |
---|---|---|
AllocatePort< (Of < <' (TYPE> ) > > ) |
Allocates a Port instance of the specified type
(Inherited from PortSet.) |
|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
Post(T0) |
Enqueues a message instance
(Inherited from PortSet< (Of < ( <'T0, T1, T2, T3> ) > ) >.) |
|
PostUnknownType |
Untyped post of a message.
(Inherited from PortSet.) |
|
Test< (Of < <' (T> ) > > ) |
Atomically removes a message from the port, or returns null if none present
(Inherited from PortSet.) |
|
ToString | (Inherited from Object.) | |
TryPostUnknownType |
Attempts unsafe (untyped) post of a message instance.
(Inherited from PortSet.)RemarksUse to avoid possible exception thrown if message type is incompatible with the port |
Fields
Name | Description | |
---|---|---|
ModeInternal |
PortSet operation mode
(Inherited from PortSet.) |
|
PortsTable |
Table of typed ports
(Inherited from PortSet.) |
|
SharedPortInternal |
Shared port instance
(Inherited from PortSet.) |
|
Types |
Types supported by this port set
(Inherited from PortSet.) |
Properties
Name | Description | |
---|---|---|
Item |
Returns the port instance used to store items of specified type
(Inherited from PortSet.) |
|
Mode |
Port operation mode
(Inherited from PortSet.) |
|
P0 |
Returns the port 0th port in this collection.
(Inherited from PortSet< (Of < ( <'T0, T1, T2, T3> ) > ) >.)RemarksIndex is 0-based. |
|
P1 |
Returns the port 1th port in this collection.
(Inherited from PortSet< (Of < ( <'T0, T1, T2, T3> ) > ) >.)RemarksIndex is 0-based. |
|
P2 |
Returns the port 2th port in this collection.
(Inherited from PortSet< (Of < ( <'T0, T1, T2, T3> ) > ) >.)RemarksIndex is 0-based. |
|
P3 |
Returns the port 3th port in this collection.
(Inherited from PortSet< (Of < ( <'T0, T1, T2, T3> ) > ) >.)RemarksIndex is 0-based. |
|
Ports |
Array of single queue ports for each generic type in this port instance
(Inherited from PortSet.)RemarksIf the mode of operation is PortSetMode.SharedPort, the single shared port instance is returned |
|
SharedPort |
Shared port instance for all generic type arguments of this instance
(Inherited from PortSet.)RemarksValid if the mode of operation is PortSetMode.SharedPort, null otherwise |