AK.F1.Timing.Message.EmptyMessage.GetRealObject C# (CSharp) Method

GetRealObject() public method

public GetRealObject ( StreamingContext context ) : object
context System.Runtime.Serialization.StreamingContext
return object
            public object GetRealObject(StreamingContext context)
            {
                // This is not a complete implementation of IObjectReference as an empty message
                // will be instantiated but we are only concerned with ensuring identity in the
                // app-domain.

                return Empty;
            }