예제 #1
0
 internal BackgroundOperationSlot(AsyncFileStream stream)
 {
     Contract.Requires(stream != null);
     m_stream = stream;
 }
예제 #2
0
 internal StreamOperationToken(AsyncFileStream stream)
 {
     Contract.Requires(stream != null);
     m_stream = stream;
 }