iControl.LocalLBMessageRoutingSIPRoute.Beginreplace_peer C# (CSharp) Method

Beginreplace_peer() public method

public Beginreplace_peer ( string sip_routes, string peers, long priorities, System callback, object asyncState ) : System.IAsyncResult
sip_routes string
peers string
priorities long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginreplace_peer(string [] sip_routes,string [] [] peers,long [] [] priorities, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("replace_peer", new object[] {
            sip_routes,
            peers,
            priorities}, callback, asyncState);
        }