Opc.Ua.Client.MonitoredItemStatus.SetResolvePathResult C# (CSharp) Method

SetResolvePathResult() private method

Updates the object with the results of a translate browse paths request.
private SetResolvePathResult ( BrowsePathResult result, ServiceResult error ) : void
result BrowsePathResult
error ServiceResult
return void
        internal void SetResolvePathResult(   
            BrowsePathResult result,
            ServiceResult    error)
        {
            m_error = error;
        }