iControl.LocalLBProfilePCP.Beginadd_third_party_allowed_subnet C# (CSharp) Method

Beginadd_third_party_allowed_subnet() public method

public Beginadd_third_party_allowed_subnet ( string profile_names, string subnets, System callback, object asyncState ) : System.IAsyncResult
profile_names string
subnets string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_third_party_allowed_subnet(string [] profile_names,string [] [] subnets, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_third_party_allowed_subnet", new object[] {
            profile_names,
            subnets}, callback, asyncState);
        }
LocalLBProfilePCP