iControl.LocalLBContentPolicyStrategy.Beginget_operand_selector C# (CSharp) Méthode

Beginget_operand_selector() public méthode

public Beginget_operand_selector ( string strategies, long operand_ids, System callback, object asyncState ) : System.IAsyncResult
strategies string
operand_ids long
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_operand_selector(string [] strategies,long [] [] operand_ids, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_operand_selector", new object[] {
            strategies,
            operand_ids}, callback, asyncState);
        }