iControl.ManagementView.Begindelete_view_option C# (CSharp) Method

Begindelete_view_option() public method

public Begindelete_view_option ( ManagementViewInfo view_infos, System callback, object asyncState ) : System.IAsyncResult
view_infos ManagementViewInfo
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_view_option(ManagementViewInfo [] view_infos, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_view_option", new object[] {
            view_infos}, callback, asyncState);
        }