iControl.SystemDisk.Begindelete_application_volume C# (CSharp) Method

Begindelete_application_volume() public method

public Begindelete_application_volume ( SystemDiskApplicationVolume appvols, System callback, object asyncState ) : System.IAsyncResult
appvols SystemDiskApplicationVolume
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_application_volume(SystemDiskApplicationVolume [] appvols, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_application_volume", new object[] {
            appvols}, callback, asyncState);
        }
SystemDisk