RaumfeldNET.UPNP.CpContentDirectory.ResultSearchSink C# (CSharp) Метод

ResultSearchSink() защищенный Метод

protected ResultSearchSink ( System ContainerID, System SearchCriteria, System Filter, System StartingIndex, System RequestedCount, System SortCriteria, System Result, System NumberReturned, System TotalMatches, System UpdateID, Object e, object tag ) : void
ContainerID System
SearchCriteria System
Filter System
StartingIndex System
RequestedCount System
SortCriteria System
Result System
NumberReturned System
TotalMatches System
UpdateID System
e Object
tag object
Результат void
        protected void ResultSearchSink(System.String ContainerID, System.String SearchCriteria, System.String Filter, System.UInt32 StartingIndex, System.UInt32 RequestedCount, System.String SortCriteria, System.String Result, System.UInt32 NumberReturned, System.UInt32 TotalMatches, System.UInt32 UpdateID, Object e, object tag)
        {
            object[] objAry = (object[])tag;

                if (objAry[1] != null) ((delegate_OnResult_Search)objAry[1])(this, ContainerID, SearchCriteria, Filter, StartingIndex, RequestedCount, SortCriteria, Result, NumberReturned, TotalMatches, UpdateID, e, objAry[0]); ;
                if (OnResultSearch != null) this.OnResultSearch(this, ContainerID, SearchCriteria, Filter, StartingIndex, RequestedCount, SortCriteria, Result, NumberReturned, TotalMatches, UpdateID, e, objAry[0]);
        }