PendingActionInformation Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Additional information for agent initiated communication.
public value class PendingActionInformation
[System.Serializable]
public struct PendingActionInformation
type PendingActionInformation = struct
Public Structure PendingActionInformation
- Inheritance
-
PendingActionInformation
- Attributes
Constructors
PendingActionInformation(String, String, Boolean, String, String) |
Constructor. |
Properties
AgentDnsName |
Agent DNS identity. |
AgentOperatingSystemVersion |
Agent operation system version. |
AgentSid |
Agent computer SID. |
IsServerAgent |
Agent is a server. |
UserName |
The user name that created the pending action. |
Methods
Create(String) |
Create. |
Create(XmlReader) |
Create. |
GetFailoverServers() |
Failover server ids. |
GetPropertyValuePairs() |
Additional agent properties. |
GetXml() |
Serialize to XML as string. |
SetFailoverServers(IList<Guid>) |
Failover server ids. |
SetPropertyValuePairs(IList<Pair<Guid,Object>>) |
Additional agent properties. |
WriteXml(XmlWriter) |
Serialize to XML. |