iControl.LocalLBMessageRoutingSIPRoute.Beginget_selection_mode C# (CSharp) Method

Beginget_selection_mode() public method

public Beginget_selection_mode ( string sip_routes, System callback, object asyncState ) : System.IAsyncResult
sip_routes string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_selection_mode(string [] sip_routes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_selection_mode", new object[] {
            sip_routes}, callback, asyncState);
        }