iControl.SecurityLogProfile.Beginset_network_field_format C# (CSharp) Method

Beginset_network_field_format() public method

public Beginset_network_field_format ( string profile_names, string networks, string texts, System callback, object asyncState ) : System.IAsyncResult
profile_names string
networks string
texts string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_network_field_format(string [] profile_names,string [] [] networks,string [] [] texts, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_network_field_format", new object[] {
            profile_names,
            networks,
            texts}, callback, asyncState);
        }
SecurityLogProfile