iControl.ManagementView.Beginmove_view C# (CSharp) Method

Beginmove_view() public method

public Beginmove_view ( ManagementViewInfo views, System callback, object asyncState ) : System.IAsyncResult
views ManagementViewInfo
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginmove_view(ManagementViewInfo [] views, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("move_view", new object[] {
            views}, callback, asyncState);
        }