iControl.LocalLBVirtualServer.Beginget_content_policy C# (CSharp) Method

Beginget_content_policy() public method

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