iControl.LocalLBProfileOneConnect.Beginset_source_mask C# (CSharp) Method

Beginset_source_mask() public method

public Beginset_source_mask ( string profile_names, LocalLBProfileIPAddress source_masks, System callback, object asyncState ) : System.IAsyncResult
profile_names string
source_masks LocalLBProfileIPAddress
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_source_mask(string [] profile_names,LocalLBProfileIPAddress [] source_masks, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_source_mask", new object[] {
            profile_names,
            source_masks}, callback, asyncState);
        }
LocalLBProfileOneConnect