iControl.LocalLBProfileServerSSL.Endget_profile_mode C# (CSharp) Method

Endget_profile_mode() public method

public Endget_profile_mode ( System asyncResult ) : iControl.LocalLBProfileProfileMode[]
asyncResult System
return iControl.LocalLBProfileProfileMode[]
        public LocalLBProfileProfileMode[] Endget_profile_mode(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileProfileMode [])(results[0]));
        }
LocalLBProfileServerSSL