iControl.SystemSoftwareManagement.Begindelete_volume C# (CSharp) Method

Begindelete_volume() public method

public Begindelete_volume ( string volume, System callback, object asyncState ) : System.IAsyncResult
volume string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_volume(string volume, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_volume", new object[] {
            volume}, callback, asyncState);
        }
SystemSoftwareManagement