iControl.SystemSession.set_returned_path C# (CSharp) 메소드

set_returned_path() 개인적인 메소드

private set_returned_path ( SystemSessionReturnedPath path ) : void
path SystemSessionReturnedPath
리턴 void
        public void set_returned_path(
		SystemSessionReturnedPath path
	)
        {
            this.Invoke("set_returned_path", new object [] {
                path});
        }
SystemSession