CodeOwls.TxF.TransactedStreamDecorator.CreateObjRef C# (CSharp) Метод

CreateObjRef() публичный Метод

public CreateObjRef ( Type requestedType ) : ObjRef
requestedType System.Type
Результат System.Runtime.Remoting.ObjRef
        public override ObjRef CreateObjRef(Type requestedType)
        {
            using (TransactionScope scope = new TransactionScope())
            return _stream.CreateObjRef(requestedType);
        }