RtspPrimitivesExecuteAggregate Method (MethodType, Transaction) |
Executes aggregated request on session.
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool ExecuteAggregate(
MethodType method,
out Transaction transaction
)
Public Function ExecuteAggregate (
method As MethodType,
<OutAttribute> ByRef transaction As Transaction
) As Boolean
public:
bool ExecuteAggregate(
MethodType method,
[OutAttribute] Transaction^% transaction
)
member ExecuteAggregate :
method : MethodType *
transaction : Transaction byref -> bool
Parameters
- method
- Type: StreamCoders.RtspMethodType
Currently supported methods: GetParameter, Pause, Play. - transaction
- Type: StreamCoders.RtspTransaction
Return Value
Type:
Boolean
Returns true on success, otherwise false.
See Also