iControl.LogDestinationRemoteSyslog.Begincreate C# (CSharp) Method

Begincreate() public method

public Begincreate ( string destinations, LogSyslogFacility facilities, LogSyslogLevel levels, string hsl_destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
facilities LogSyslogFacility
levels LogSyslogLevel
hsl_destinations string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate(string [] destinations,LogSyslogFacility [] facilities,LogSyslogLevel [] levels,string [] hsl_destinations, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create", new object[] {
            destinations,
            facilities,
            levels,
            hsl_destinations}, callback, asyncState);
        }