iControl.NetworkingiSessionLocalInterface.Begindelete_local C# (CSharp) Method

Begindelete_local() public method

public Begindelete_local ( long wocs, System callback, object asyncState ) : System.IAsyncResult
wocs long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_local(long [] wocs, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_local", new object[] {
            wocs}, callback, asyncState);
        }