iControl.LocalLBProfileSIPRouter.Beginset_traffic_group C# (CSharp) 메소드

Beginset_traffic_group() 공개 메소드

public Beginset_traffic_group ( string profile_names, LocalLBProfileString values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values LocalLBProfileString
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginset_traffic_group(string [] profile_names,LocalLBProfileString [] values, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_traffic_group", new object[] {
            profile_names,
            values}, callback, asyncState);
        }
LocalLBProfileSIPRouter