iControl.NetworkingProfileV6RD.Begincreate C# (CSharp) Method

Begincreate() public method

public Begincreate ( string profile_names, CommonProfileIPAddress v4_prefixes, CommonProfileULong v4_prefix_lengths, CommonProfileIPAddress v6_prefixes, CommonProfileULong v6_prefix_lengths, System callback, object asyncState ) : System.IAsyncResult
profile_names string
v4_prefixes CommonProfileIPAddress
v4_prefix_lengths CommonProfileULong
v6_prefixes CommonProfileIPAddress
v6_prefix_lengths CommonProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate(string [] profile_names,CommonProfileIPAddress [] v4_prefixes,CommonProfileULong [] v4_prefix_lengths,CommonProfileIPAddress [] v6_prefixes,CommonProfileULong [] v6_prefix_lengths, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create", new object[] {
            profile_names,
            v4_prefixes,
            v4_prefix_lengths,
            v6_prefixes,
            v6_prefix_lengths}, callback, asyncState);
        }