iControl.LocalLBProfilePersistence.Endget_cookie_persistence_method C# (CSharp) Method

Endget_cookie_persistence_method() public method

public Endget_cookie_persistence_method ( System asyncResult ) : iControl.LocalLBProfileCookiePersistenceMethod[]
asyncResult System
return iControl.LocalLBProfileCookiePersistenceMethod[]
        public LocalLBProfileCookiePersistenceMethod[] Endget_cookie_persistence_method(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileCookiePersistenceMethod [])(results[0]));
        }
LocalLBProfilePersistence