Amib.Threading.WIGStartInfo.WIGStartInfo C# (CSharp) Method

WIGStartInfo() public method

public WIGStartInfo ( WIGStartInfo wigStartInfo ) : System
wigStartInfo WIGStartInfo
return System
        public WIGStartInfo(WIGStartInfo wigStartInfo)
        {
            _useCallerCallContext = wigStartInfo.UseCallerCallContext;
            _useCallerHttpContext = wigStartInfo.UseCallerHttpContext;
            _disposeOfStateObjects = wigStartInfo.DisposeOfStateObjects;
            _callToPostExecute = wigStartInfo.CallToPostExecute;
            _postExecuteWorkItemCallback = wigStartInfo.PostExecuteWorkItemCallback;
            _workItemPriority = wigStartInfo.WorkItemPriority;
            _startSuspended = wigStartInfo.StartSuspended;
            _fillStateWithArgs = wigStartInfo.FillStateWithArgs;
        }

Same methods

WIGStartInfo::WIGStartInfo ( ) : System