iControl.LocalLBProfileFastHttp.Beginset_mss_override C# (CSharp) Method

Beginset_mss_override() public method

public Beginset_mss_override ( string profile_names, LocalLBProfileULong mss_overrides, System callback, object asyncState ) : System.IAsyncResult
profile_names string
mss_overrides LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_mss_override(string [] profile_names,LocalLBProfileULong [] mss_overrides, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_mss_override", new object[] {
            profile_names,
            mss_overrides}, callback, asyncState);
        }
LocalLBProfileFastHttp