GraphStorageManagement.statusEventHandler.statusEventHandler C# (CSharp) Method

statusEventHandler() public method

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