iControl.LocalLBProfilePersistence.Beginset_cookie_expiration C# (CSharp) Method

Beginset_cookie_expiration() public method

public Beginset_cookie_expiration ( string profile_names, LocalLBProfileULong expirations, System callback, object asyncState ) : System.IAsyncResult
profile_names string
expirations LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_cookie_expiration(string [] profile_names,LocalLBProfileULong [] expirations, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_cookie_expiration", new object[] {
            profile_names,
            expirations}, callback, asyncState);
        }
LocalLBProfilePersistence