Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ OperationReturnedSomething() [4/4]

void System.Net.NetEventSource.OperationReturnedSomething ( string operation,
global::Interop::SECURITY_STATUS errorCode )
inline

Definition at line 1201 of file NetEventSource.cs.

1202 {
1203 if (IsEnabled())
1204 {
1205 WriteEvent(16, operation, errorCode);
1206 }
1207 }
unsafe void WriteEvent(int eventId, int arg1, int arg2, int arg3, string arg4, string arg5)

References System.Diagnostics.Tracing.EventSource.IsEnabled(), and System.Net.NetEventSource.WriteEvent().