iControl.ManagementView.Begindelete_view C# (CSharp) Method

Begindelete_view() public method

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