iControl.LocalLBProfileSPM.Beginadd_unknown_subscriber_policy C# (CSharp) Method

Beginadd_unknown_subscriber_policy() public method

public Beginadd_unknown_subscriber_policy ( string profile_names, string policies, System callback, object asyncState ) : System.IAsyncResult
profile_names string
policies string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_unknown_subscriber_policy(string [] profile_names,string [] [] policies, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_unknown_subscriber_policy", new object[] {
            profile_names,
            policies}, callback, asyncState);
        }
LocalLBProfileSPM