iControl.iCallPerpetualHandler.Beginget_handler_state C# (CSharp) Method

Beginget_handler_state() public method

public Beginget_handler_state ( string handlers, System callback, object asyncState ) : System.IAsyncResult
handlers string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_handler_state(string [] handlers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_handler_state", new object[] {
            handlers}, callback, asyncState);
        }
iCallPerpetualHandler