iControl.LocalLBMessageRoutingSIPRoute.Endget_selection_mode C# (CSharp) Method

Endget_selection_mode() public method

public Endget_selection_mode ( System asyncResult ) : LocalLBMessageRoutingSIPRouteSelectionMode[]
asyncResult System
return LocalLBMessageRoutingSIPRouteSelectionMode[]
        public LocalLBMessageRoutingSIPRouteSelectionMode[] Endget_selection_mode(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBMessageRoutingSIPRouteSelectionMode [])(results[0]));
        }