iControl.LocalLBProfileDiameterEndpoint.Beginset_destination_host C# (CSharp) 메소드

Beginset_destination_host() 공개 메소드

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