예제 #1
0
 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 }));
 }
예제 #2
0
 public virtual 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)
 {
 }