Exemplo n.º 1
0
        internal static TfsMessageWrapper GetInstance()
        {
            TfsMessage real = default(TfsMessage);

            RealInstanceFactory(ref real);
            var instance = (TfsMessageWrapper)TfsMessageWrapper.GetWrapper(real);

            InstanceFactory(ref instance);
            if (instance == null)
            {
                Assert.Inconclusive("Could not Create Test Instance");
            }
            return(instance);
        }
Exemplo n.º 2
0
 static partial void RealInstanceFactory(ref TfsMessage real, string callerName)
 {
     real = (TfsMessage)FormatterServices.GetUninitializedObject(typeof(TfsMessage));
 }
Exemplo n.º 3
0
 static partial void RealInstanceFactory(ref TfsMessage real, [CallerMemberName] string callerName = "");
Exemplo n.º 4
0
 public TfsMessage Request(TfsMessage message, TimeSpan timeout)
 {
     return(null);
 }
Exemplo n.º 5
0
 public TfsMessage Request(TfsMessage message)
 {
     return(null);
 }
Exemplo n.º 6
0
 public IAsyncResult BeginRequest(TfsMessage message, TimeSpan timeout, AsyncCallback callback, object state)
 {
     return(null);
 }