iControl.LocalLBProfileDiameterEndpoint.Beginset_origin_host C# (CSharp) Method

Beginset_origin_host() public method

public Beginset_origin_host ( string profile_names, LocalLBProfileString hosts, System callback, object asyncState ) : System.IAsyncResult
profile_names string
hosts LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_origin_host(string [] profile_names,LocalLBProfileString [] hosts, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_origin_host", new object[] {
            profile_names,
            hosts}, callback, asyncState);
        }
LocalLBProfileDiameterEndpoint