TransactionalNodeService.DelayedNodeService.NodeCreate C# (CSharp) Method

NodeCreate() public method

public NodeCreate ( System.Guid token, MapParameter delayedDomain, System.Guid CompendiumQuestionNodeTypeId ) : MapParameter
token System.Guid
delayedDomain MapParameter
CompendiumQuestionNodeTypeId System.Guid
return MapParameter
        public MapParameter NodeCreate(Guid token, MapParameter delayedDomain, Guid CompendiumQuestionNodeTypeId)
        {
            throw new NotImplementedException();
        }