// Token: 0x060000E8 RID: 232 RVA: 0x000055DD File Offset: 0x000037DD
 public NspiModPropsDispatchTask(CancelableAsyncCallback asyncCallback, object asyncState, ProtocolRequestInfo protocolRequestInfo, NspiContext context, NspiModPropsFlags flags, NspiState state, PropertyTag[] propertyTags, PropertyValue[] row) : base(asyncCallback, asyncState, protocolRequestInfo, context, state)
 {
     this.flags        = flags;
     this.propertyTags = propertyTags;
     this.row          = row;
 }
 // Token: 0x06000189 RID: 393 RVA: 0x00008048 File Offset: 0x00006248
 public ICancelableAsyncResult BeginModProps(ProtocolRequestInfo protocolRequestInfo, IntPtr contextHandle, NspiModPropsFlags flags, NspiState state, PropertyTag[] propTags, PropertyValue[] row, CancelableAsyncCallback asyncCallback, object asyncState)
 {
     return(this.BeginContextWrapper("BeginModProps", asyncCallback, asyncState, contextHandle, (NspiContext context) => new NspiModPropsDispatchTask(asyncCallback, asyncState, protocolRequestInfo, context, flags, state, propTags, row)));
 }