/// <remarks/> public void AddApplicationEventAsync(string host, string user, System.DateTime eventDateTime, bool eventDateTimeSpecified, MonitorWCFServiceAppState state, bool stateSpecified, string guid, string appTitle) { this.AddApplicationEventAsync(host, user, eventDateTime, eventDateTimeSpecified, state, stateSpecified, guid, appTitle, null); }
/// <remarks/> public void AddApplicationEventAsync(string host, string user, System.DateTime eventDateTime, bool eventDateTimeSpecified, MonitorWCFServiceAppState state, bool stateSpecified, string guid, string appTitle, object userState) { if ((this.AddApplicationEventOperationCompleted == null)) { this.AddApplicationEventOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddApplicationEventOperationCompleted); } this.InvokeAsync("AddApplicationEvent", new object[] { host, user, eventDateTime, eventDateTimeSpecified, state, stateSpecified, guid, appTitle }, this.AddApplicationEventOperationCompleted, userState); }
public void AddApplicationEvent([System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] string host, [System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] string user, System.DateTime eventDateTime, [System.Xml.Serialization.XmlIgnoreAttribute()] bool eventDateTimeSpecified, MonitorWCFServiceAppState state, [System.Xml.Serialization.XmlIgnoreAttribute()] bool stateSpecified, [System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] string guid, [System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] string appTitle) { this.Invoke("AddApplicationEvent", new object[] { host, user, eventDateTime, eventDateTimeSpecified, state, stateSpecified, guid, appTitle }); }