ProfileUpdatedEventArgs Klasa

Definicja

Przestroga

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Dostarcza dane dla ProfileUpdated zdarzenia. Klasa ta nie może być dziedziczona.

public ref class ProfileUpdatedEventArgs sealed : EventArgs
public sealed class ProfileUpdatedEventArgs : EventArgs
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class ProfileUpdatedEventArgs : EventArgs
type ProfileUpdatedEventArgs = class
    inherit EventArgs
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ProfileUpdatedEventArgs = class
    inherit EventArgs
Public NotInheritable Class ProfileUpdatedEventArgs
Inherits EventArgs
Dziedziczenie
ProfileUpdatedEventArgs
Atrybuty

Uwagi

Uwaga

W tym materiale omówiono przestarzałe typy i przestrzenie nazw. Aby uzyskać więcej informacji, zobacz Przestarzałe typy w programie Windows Workflow Foundation 4.5.

Usługa śledzenia, która implementuje IProfileNotificationProfileUpdated interfejs, zgłasza zdarzenie w celu powiadamiania infrastruktury śledzenia środowiska uruchomieniowego o TrackingProfile zmianie elementu dla określonego przepływu pracy Type . Usługa śledzenia używa elementu , ProfileUpdatedEventArgs aby zapewnić przepływ pracy Type i nową TrackingProfile infrastrukturę śledzenia środowiska uruchomieniowego. Na przykład SqlTrackingService funkcja używa elementu ProfileUpdatedEventArgs , gdy zgłasza SqlTrackingService.ProfileUpdated zdarzenie. Po odebraniu ProfileUpdated zdarzenia infrastruktura śledzenia środowiska uruchomieniowego zaktualizuje profil śledzenia dla określonego przepływu pracy Type w pamięci podręcznej profilu.

Konstruktory

ProfileUpdatedEventArgs()
Przestarzałe.

Inicjuje nowe wystąpienie klasy ProfileUpdatedEventArgs.

ProfileUpdatedEventArgs(Type, TrackingProfile)
Przestarzałe.

Inicjuje ProfileUpdatedEventArgs nowe wystąpienie klasy, które określa nowe TrackingProfile dla określonego przepływu pracy Type.

Właściwości

TrackingProfile
Przestarzałe.

Pobiera lub ustawia nowy TrackingProfile dla typu przepływu pracy.

WorkflowType
Przestarzałe.

Pobiera lub ustawia Type przepływ pracy, którego TrackingProfile należy zaktualizować.

Metody

Equals(Object)
Przestarzałe.

Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.

(Odziedziczone po Object)
GetHashCode()
Przestarzałe.

Służy jako domyślna funkcja skrótu.

(Odziedziczone po Object)
GetType()
Przestarzałe.

Type Pobiera wartość bieżącego wystąpienia.

(Odziedziczone po Object)
MemberwiseClone()
Przestarzałe.

Tworzy płytkią kopię bieżącego Objectelementu .

(Odziedziczone po Object)
ToString()
Przestarzałe.

Zwraca ciąg reprezentujący bieżący obiekt.

(Odziedziczone po Object)

Dotyczy