iControl.ManagementView.Beginmove_view C# (CSharp) Метод

Beginmove_view() публичный Метод

public Beginmove_view ( ManagementViewInfo views, System callback, object asyncState ) : System.IAsyncResult
views ManagementViewInfo
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginmove_view(ManagementViewInfo [] views, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("move_view", new object[] {
            views}, callback, asyncState);
        }