public System.IAsyncResult Beginset_cookie_persistence_method(string [] profile_names,LocalLBProfileCookiePersistenceMethod [] methods, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("set_cookie_persistence_method", new object[] { profile_names, methods}, callback, asyncState); }
public void set_cookie_persistence_method( string [] profile_names, LocalLBProfileCookiePersistenceMethod [] methods ) { this.Invoke("set_cookie_persistence_method", new object [] { profile_names, methods}); }