Opc.Ua.Client.MonitoredItemStatus.SetDeleteResult C# (CSharp) 메소드

SetDeleteResult() 개인적인 메소드

Updates the object with the results of a delete item request.
private SetDeleteResult ( ServiceResult error ) : void
error ServiceResult
리턴 void
        internal void SetDeleteResult(ServiceResult error)
        {
            m_id = 0;
            m_error = error;
        }