iControl.ManagementRADIUSConfiguration.Endget_service_type C# (CSharp) Method

Endget_service_type() public method

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