Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the DiscoveryDataRecordFile class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public DiscoveryDataRecordFile(
string agentName
)
public:
DiscoveryDataRecordFile(
String^ agentName
)
Public Sub New (
agentName As String
)
Parameters
agentName
Type: System.StringThe agent name that uniquely identifies the discovery agent.
See Also
DiscoveryDataRecordFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top