iControl.WebAcceleratorApplications.Beginget_code C# (CSharp) Method

Beginget_code() public method

public Beginget_code ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_code(string [] applications, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_code", new object[] {
            applications}, callback, asyncState);
        }
WebAcceleratorApplications