Apex.System.QueueableContext.getJobId C# (CSharp) Method

getJobId() public method

public getJobId ( ) : Apex.System.ID
return Apex.System.ID
        public ID getJobId()
        {
            throw new global::System.NotImplementedException("QueueableContext.GetJobId");
        }
    }
QueueableContext