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