Syntax
| Visual Basic (Declaration) | |
|---|
<OperationContractAttribute(Action="http://opcfoundation.org/UA/2008/02/Services.wsdl/FindServers", ReplyAction="http://opcfoundation.org/UA/2008/02/Services.wsdl/FindServersResponse")>
<FaultContractAttribute(DetailType=Opc.Ua.ServiceFault,
Action="http://opcfoundation.org/UA/2008/02/Services.wsdl/FindServersFault",
Name="ServiceFault",
Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=False)>
Function FindServers( _
ByVal request As FindServersMessage _
) As FindServersResponseMessage |
| C# | |
|---|
[OperationContractAttribute(Action="http://opcfoundation.org/UA/2008/02/Services.wsdl/FindServers", ReplyAction="http://opcfoundation.org/UA/2008/02/Services.wsdl/FindServersResponse")]
[FaultContractAttribute(DetailType=Opc.Ua.ServiceFault,
Action="http://opcfoundation.org/UA/2008/02/Services.wsdl/FindServersFault",
Name="ServiceFault",
Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=false)]
FindServersResponseMessage FindServers(
FindServersMessage request
) |
Parameters
- request
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
See Also