iControl.LocalLBVirtualServer.Beginget_eviction_policy C# (CSharp) Method

Beginget_eviction_policy() public method

public Beginget_eviction_policy ( string virtual_servers, System callback, object asyncState ) : System.IAsyncResult
virtual_servers string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_eviction_policy(string [] virtual_servers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_eviction_policy", new object[] {
            virtual_servers}, callback, asyncState);
        }
LocalLBVirtualServer