iControl.LocalLBProfilePersistence.Endget_cookie_encryption C# (CSharp) 메소드

Endget_cookie_encryption() 공개 메소드

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