iControl.ManagementZoneRunner.Begininit C# (CSharp) Method

Begininit() public method

public Begininit ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begininit(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("init", new object[0], callback, asyncState);
        }