iControl.LocalLBContentPolicy.Beginget_strategy C# (CSharp) Méthode

Beginget_strategy() public méthode

public Beginget_strategy ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_strategy(string [] policies, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_strategy", new object[] {
            policies}, callback, asyncState);
        }
LocalLBContentPolicy