iControl.LocalLBContentPolicyStrategy.Beginget_operand_type C# (CSharp) Method

Beginget_operand_type() public method

public Beginget_operand_type ( string strategies, long operand_ids, System callback, object asyncState ) : System.IAsyncResult
strategies string
operand_ids long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_operand_type(string [] strategies,long [] [] operand_ids, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_operand_type", new object[] {
            strategies,
            operand_ids}, callback, asyncState);
        }