iControl.NetworkingProfileMAP.Begincreate C# (CSharp) Method

Begincreate() public method

public Begincreate ( string profile_names, CommonProfileNetAddress ip6_prefixes, CommonProfileNetAddress ip4_prefixes, CommonProfileULong ea_bits_lengths, CommonProfileULong port_offsets, System callback, object asyncState ) : System.IAsyncResult
profile_names string
ip6_prefixes CommonProfileNetAddress
ip4_prefixes CommonProfileNetAddress
ea_bits_lengths CommonProfileULong
port_offsets CommonProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate(string [] profile_names,CommonProfileNetAddress [] ip6_prefixes,CommonProfileNetAddress [] ip4_prefixes,CommonProfileULong [] ea_bits_lengths,CommonProfileULong [] port_offsets, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create", new object[] {
            profile_names,
            ip6_prefixes,
            ip4_prefixes,
            ea_bits_lengths,
            port_offsets}, callback, asyncState);
        }