Opc.Ua.TranslateBrowsePathsToNodeIdsResponseMessage.TranslateBrowsePathsToNodeIdsResponseMessage C# (CSharp) 메소드

TranslateBrowsePathsToNodeIdsResponseMessage() 공개 메소드

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

Same methods

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