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

◆ LazyAsyncResult() [3/3]

System.Net.LazyAsyncResult.LazyAsyncResult ( object myObject,
object myState,
AsyncCallback myCallBack )
inlinepackage

Definition at line 107 of file LazyAsyncResult.cs.

108 {
109 _asyncObject = myObject;
110 _asyncState = myState;
111 _asyncCallback = myCallBack;
112 _result = DBNull.Value;
113 if (System.Net.NetEventSource.Log.IsEnabled())
114 {
115 System.Net.NetEventSource.Info(this, null, ".ctor");
116 }
117 }
static readonly System.Net.NetEventSource Log
static void Info(object thisOrContextObject, FormattableString formattableString=null, [CallerMemberName] string memberName=null)

References System.Net.LazyAsyncResult._asyncCallback, System.Net.LazyAsyncResult._asyncObject, System.Net.LazyAsyncResult._asyncState, System.Net.LazyAsyncResult._result, System.Net.NetEventSource.Info(), System.Net.NetEventSource.Log, and System.DBNull.Value.