示例#1
0
        protected override bool ValidateInternal(ref RpcExecutionContext ctx)
        {
//TODO: Validate this should happen.
            InstanceTracker.NewInstance();

            return(true);
        }