iControl.LocalLBProfileSIPSession.Beginset_custom_via C# (CSharp) Method

Beginset_custom_via() public method

public Beginset_custom_via ( string profile_names, LocalLBProfileString vias, System callback, object asyncState ) : System.IAsyncResult
profile_names string
vias LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_custom_via(string [] profile_names,LocalLBProfileString [] vias, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_custom_via", new object[] {
            profile_names,
            vias}, callback, asyncState);
        }
LocalLBProfileSIPSession