Click or drag to resize
MonoConcurrentQueueTTryPeek Method

[Missing <summary> documentation for "M:Akka.Util.MonoConcurrentQueue`1.TryPeek(`0@)"]

Namespace: Akka.Util
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public bool TryPeek(
	out T result
)

Parameters

result
Type: T

[Missing <param name="result"/> documentation for "M:Akka.Util.MonoConcurrentQueue`1.TryPeek(`0@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Akka.Util.MonoConcurrentQueue`1.TryPeek(`0@)"]

See Also