iControl.LocalLBProfilePersistence.Endget_cookie_encryption C# (CSharp) Method

Endget_cookie_encryption() public method

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