iControl.ManagementView.Beginadd_view C# (CSharp) Method

Beginadd_view() public method

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