GraphStorageManagement.statusEventHandler.statusEventHandler C# (CSharp) 메소드

statusEventHandler() 공개 메소드

public statusEventHandler ( int status, String _text ) : System
status int
_text String
리턴 System
        public statusEventHandler(int status, String _text)
        {
            state = status;
            text = _text;
        }
        public int getStatus(){