iControl.ManagementDevice.Beginset_contact C# (CSharp) Method

Beginset_contact() public method

public Beginset_contact ( string devices, string contacts, System callback, object asyncState ) : System.IAsyncResult
devices string
contacts string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_contact(string [] devices,string [] contacts, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_contact", new object[] {
            devices,
            contacts}, callback, asyncState);
        }
ManagementDevice