RaumfeldNET.UPNP.CpContentDirectory_OhNet_Raumfeld.AddContainerToQueue C# (CSharp) Метод

AddContainerToQueue() публичный Метод

public AddContainerToQueue ( System QueueId, System ContainerId, System SourceId, System SearchCriteria, System SortCriteria, System StartIndex, System EndIndex, System Position, object _Tag, delegate_OnResult_AddContainerToQueue _Sink ) : void
QueueId System
ContainerId System
SourceId System
SearchCriteria System
SortCriteria System
StartIndex System
EndIndex System
Position System
_Tag object
_Sink delegate_OnResult_AddContainerToQueue
Результат void
        public override void AddContainerToQueue(System.String QueueId, System.String ContainerId, System.String SourceId, System.String SearchCriteria, System.String SortCriteria, System.UInt32 StartIndex, System.UInt32 EndIndex, System.UInt32 Position, object _Tag, delegate_OnResult_AddContainerToQueue _Sink)
        {
            contentDirectory.BeginAddContainerToQueue(QueueId, ContainerId, SourceId, SearchCriteria, SortCriteria, StartIndex, EndIndex, Position, (asyncHandle) => ResultAddContainerToQueueSink(asyncHandle, new Object[2] { _Tag, _Sink }));
        }