iControl.NetworkingProfileMAP.Beginset_port_offset C# (CSharp) Method

Beginset_port_offset() public method

public Beginset_port_offset ( string profile_names, CommonProfileULong offsets, System callback, object asyncState ) : System.IAsyncResult
profile_names string
offsets CommonProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_port_offset(string [] profile_names,CommonProfileULong [] offsets, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_port_offset", new object[] {
            profile_names,
            offsets}, callback, asyncState);
        }