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