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

TranslateBrowsePathsToNodeIdsResponseMessage() public method

Initializes the message with the body.
public TranslateBrowsePathsToNodeIdsResponseMessage ( TranslateBrowsePathsToNodeIdsResponse TranslateBrowsePathsToNodeIdsResponse ) : System
TranslateBrowsePathsToNodeIdsResponse TranslateBrowsePathsToNodeIdsResponse
return System
        public TranslateBrowsePathsToNodeIdsResponseMessage(TranslateBrowsePathsToNodeIdsResponse TranslateBrowsePathsToNodeIdsResponse)
        {
            this.TranslateBrowsePathsToNodeIdsResponse = TranslateBrowsePathsToNodeIdsResponse;
        }

Same methods

TranslateBrowsePathsToNodeIdsResponseMessage::TranslateBrowsePathsToNodeIdsResponseMessage ( ) : System
TranslateBrowsePathsToNodeIdsResponseMessage::TranslateBrowsePathsToNodeIdsResponseMessage ( ServiceFault ServiceFault ) : System
TranslateBrowsePathsToNodeIdsResponseMessage