NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MessageQueue.PeekById (String, TimeSpan)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Function PeekById( _
   ByVal id As String, _
   ByVal timeout As TimeSpan _
) As Message
[C#]
public virtual Message PeekById(
   string id,
   TimeSpan timeout
);
[C++]
public: virtual Message* PeekById(
   String* id,
   TimeSpan timeout
);
[JScript]
public function PeekById(
   id : String,
   timeout : TimeSpan
) : Message;

Parameters

id
[To be supplied.]
timeout
[To be supplied.]

See Also

MessageQueue Class | MessageQueue Members | System.Messaging Namespace | MessageQueue.PeekById Overload List