iControl.iCallPerpetualHandler.Begincreate C# (CSharp) Method

Begincreate() public method

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