Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

What is the maximum length of a Semaphore's name? It makes sense that there would be one, as it maps to an underlying kernel semaphore, but the documentation does not seem to specify it precisely.

share|improve this question
Reason for the downvote? – GWLlosa Nov 7 '12 at 21:05

1 Answer

The maximum length of a Semaphore's name is 260 characters. Exceeding this limit will result in a ArgumentException with the message of:

The name can be no more than 260 characters in length.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.