iControl.LocalLBVirtualServer.Beginset_fallback_persistence_profile C# (CSharp) Method

Beginset_fallback_persistence_profile() public method

public Beginset_fallback_persistence_profile ( string virtual_servers, string profile_names, System callback, object asyncState ) : System.IAsyncResult
virtual_servers string
profile_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_fallback_persistence_profile(string [] virtual_servers,string [] profile_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_fallback_persistence_profile", new object[] {
            virtual_servers,
            profile_names}, callback, asyncState);
        }
LocalLBVirtualServer