Visual Basic (Declaration) | |
---|---|
<OperationContractAttribute(Action="http://opcfoundation.org/UA/2008/02/Services.wsdl/SetPublishingMode", ReplyAction="http://opcfoundation.org/UA/2008/02/Services.wsdl/SetPublishingModeResponse", AsyncPattern=True)> <FaultContractAttribute(DetailType=Opc.Ua.ServiceFault, Action="http://opcfoundation.org/UA/2008/02/Services.wsdl/SetPublishingModeFault", Name="ServiceFault", Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Function BeginSetPublishingMode( _ ByVal request As SetPublishingModeMessage, _ ByVal callback As AsyncCallback, _ ByVal asyncState As Object _ ) As IAsyncResult |
C# | |
---|---|
[OperationContractAttribute(Action="http://opcfoundation.org/UA/2008/02/Services.wsdl/SetPublishingMode", ReplyAction="http://opcfoundation.org/UA/2008/02/Services.wsdl/SetPublishingModeResponse", AsyncPattern=true)] [FaultContractAttribute(DetailType=Opc.Ua.ServiceFault, Action="http://opcfoundation.org/UA/2008/02/Services.wsdl/SetPublishingModeFault", Name="ServiceFault", Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=false)] IAsyncResult BeginSetPublishingMode( SetPublishingModeMessage request, AsyncCallback callback, object asyncState ) |
Parameters
- request
- callback
- asyncState
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family