OpenHome.Net.Core.InitParams.OhNetInitParamsSetNumSubscriberThreads C# (CSharp) Method

OhNetInitParamsSetNumSubscriberThreads() private method

private OhNetInitParamsSetNumSubscriberThreads ( IntPtr aParams, uint aNumThreads ) : void
aParams IntPtr
aNumThreads uint
return void
        static extern void OhNetInitParamsSetNumSubscriberThreads(IntPtr aParams, uint aNumThreads);
#if IOS
InitParams