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