Aracılığıyla paylaş


TraceListener.TraceTransfer Yöntem

Tanım

İzleme bilgilerini, bir iletiyi, ilgili etkinlik kimliğini ve olay bilgilerini dinleyiciye özgü çıkışa yazar.

public:
 virtual void TraceTransfer(System::Diagnostics::TraceEventCache ^ eventCache, System::String ^ source, int id, System::String ^ message, Guid relatedActivityId);
public virtual void TraceTransfer (System.Diagnostics.TraceEventCache? eventCache, string source, int id, string? message, Guid relatedActivityId);
public virtual void TraceTransfer (System.Diagnostics.TraceEventCache eventCache, string source, int id, string message, Guid relatedActivityId);
[System.Runtime.InteropServices.ComVisible(false)]
public virtual void TraceTransfer (System.Diagnostics.TraceEventCache eventCache, string source, int id, string message, Guid relatedActivityId);
abstract member TraceTransfer : System.Diagnostics.TraceEventCache * string * int * string * Guid -> unit
override this.TraceTransfer : System.Diagnostics.TraceEventCache * string * int * string * Guid -> unit
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member TraceTransfer : System.Diagnostics.TraceEventCache * string * int * string * Guid -> unit
override this.TraceTransfer : System.Diagnostics.TraceEventCache * string * int * string * Guid -> unit
Public Overridable Sub TraceTransfer (eventCache As TraceEventCache, source As String, id As Integer, message As String, relatedActivityId As Guid)

Parametreler

eventCache
TraceEventCache

Geçerli işlem kimliğini, iş parçacığı kimliğini ve yığın izleme bilgilerini içeren bir TraceEventCache nesnesi.

source
String

Çıktıyı tanımlamak için kullanılan ad, genellikle izleme olayını oluşturan uygulamanın adıdır.

id
Int32

Olayın sayısal tanımlayıcısı.

message
String

Yazacak bir ileti.

relatedActivityId
Guid

İlgili etkinliği tanımlayan bir Guid nesnesi.

Öznitelikler

Açıklamalar

Önemli

Bu yöntem doğrudan uygulama kodu tarafından çağrılmak üzere tasarlanmamıştır ancak çıkışa izleme verileri yazmak için Debug, Traceve TraceSource sınıflarının üyeleri tarafından çağrılmalıdır.

TraceTransfer yöntemi, ilgili izlemelerin bağıntısı için kullanılır. TraceTransfer yöntemi, eventType düzeyi Transfer ve relatedActivityIdGuid iletiye eklenmiş bir dize olarak ayarlanmış şekilde çağrıyı işlemek için TraceEvent yöntemini çağırır.

Şunlara uygulanır

Ayrıca bkz.