DsspOperation Members
Microsoft Robotics Class Reference
The DsspOperation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DsspOperation() () () () |
Default constructor
|
|
DsspOperation(String, Object) |
Initialization constructor
|
|
DsspOperation(String, Object, IPort) |
Initialization constructor
|
Methods
Name | Description | |
---|---|---|
AddHeader |
Adds a SOAP Header instance
|
|
ConvertToNotification() () () () |
Converts request to an outbound notification
|
|
ConvertToNotification(NotificationHeader) |
Converts request to an outbound notification
|
|
CopyHeaders |
Shallow copy of headers from the source operation
|
|
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.) |
|
GetHeader(Type) |
Retrieve a SOAP header instance, if present. Return null otherwise
|
|
GetHeader< (Of < <' (T> ) > > )() () () () |
Retrieve a SOAP header instance, if present. Return null otherwise
|
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
RemoveHeader< (Of < <' (T> ) > > ) |
Remove a SOAP header instance, if present
|
|
ReplaceHeader |
Replace a SOAP header instance, if present. Add it otherwise
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Action |
Dssp Action
|
|
Body |
Operation Body
|
|
Causalities |
If true, the forwarders will capture the current causalities and will automatically propagate to them errors that occur while processing this outbound request.
|
|
DefaultLongTimeSpan |
Default long operation timespan
|
|
DefaultShortTimeSpan |
Default short operation timespan
|
|
HasHeaders |
Checks if the operation has Soap headers attached
|
|
Headers |
Serializable Soap header collection.
|
|
ResponsePort |
Operation response port.
|
|
RetryCount |
Retry count for outbound request. Its not guaranteed to work across all transports
|
|
SourceUri |
Gets the source uri of the service that sent the message. Can be null.
|
|
TimeSpan |
Expected Timespan of this operation. If no response is received within the specified time, the runtime will respond with a timeout Fault.
|
|
Timestamp |
Gets the time the message was sent. Will be equal to Timestamp.MinValue if not set.
|