iControl.LocalLBProfilePPTP.Beginset_publisher_name C# (CSharp) Method

Beginset_publisher_name() public method

public Beginset_publisher_name ( string profile_names, string publishers, System callback, object asyncState ) : System.IAsyncResult
profile_names string
publishers string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_publisher_name(string [] profile_names,string [] publishers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_publisher_name", new object[] {
            profile_names,
            publishers}, callback, asyncState);
        }