iControl.ManagementNamed.Beginget_bind_version C# (CSharp) Method

Beginget_bind_version() public method

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