iControl.LocalLBContentPolicyStrategy.Beginget_operand C# (CSharp) Method

Beginget_operand() public method

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