API_MEDKINECT.Calendars.get_all_calendars C# (CSharp) 메소드

get_all_calendars() 공개 메소드

public get_all_calendars ( ) : Object
리턴 Object
        public Object get_all_calendars()
        {
            return this.conexion_rest("get", "api/calendars", null, -1);
        }