iControl.LocalLBVirtualServer.Beginget_content_policy C# (CSharp) Méthode

Beginget_content_policy() public méthode

public Beginget_content_policy ( string virtual_servers, System callback, object asyncState ) : System.IAsyncResult
virtual_servers string
callback System
asyncState object
Résultat 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