iControl.LocalLBContentPolicyStrategy.Beginremove_all_operands C# (CSharp) Метод

Beginremove_all_operands() публичный Метод

public Beginremove_all_operands ( string strategies, System callback, object asyncState ) : System.IAsyncResult
strategies string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginremove_all_operands(string [] strategies, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_all_operands", new object[] {
            strategies}, callback, asyncState);
        }