Opc.Ua.SetPublishingModeResponseMessage.SetPublishingModeResponseMessage C# (CSharp) Method

SetPublishingModeResponseMessage() public method

Initializes the message with a service fault.
public SetPublishingModeResponseMessage ( ServiceFault ServiceFault ) : System
ServiceFault ServiceFault
return System
        public SetPublishingModeResponseMessage(ServiceFault ServiceFault)
        {
            this.SetPublishingModeResponse = new SetPublishingModeResponse();

            if (ServiceFault != null)
            {
                this.SetPublishingModeResponse.ResponseHeader = ServiceFault.ResponseHeader;
            }
        }
    }

Same methods

SetPublishingModeResponseMessage::SetPublishingModeResponseMessage ( ) : System
SetPublishingModeResponseMessage::SetPublishingModeResponseMessage ( SetPublishingModeResponse SetPublishingModeResponse ) : System
SetPublishingModeResponseMessage