// Token: 0x060001A4 RID: 420 RVA: 0x00008D90 File Offset: 0x00006F90
 private ICancelableAsyncResult BeginContextWrapper(string methodName, CancelableAsyncCallback asyncCallback, object asyncState, IntPtr contextHandle, Func <NspiContext, NspiDispatchTask> beginDelegate)
 {
     return(this.BeginWrapper(methodName, asyncCallback, asyncState, false, beginDelegate, () => ClientContextCache.GetContext(contextHandle.ToInt32())));
 }
 // Token: 0x06000175 RID: 373 RVA: 0x00007468 File Offset: 0x00005668
 public ICancelableAsyncResult BeginUnbind(ProtocolRequestInfo protocolRequestInfo, IntPtr contextHandle, NspiUnbindFlags flags, CancelableAsyncCallback asyncCallback, object asyncState)
 {
     return(this.BeginWrapper("BeginUnbind", asyncCallback, asyncState, true, (NspiContext context) => new NspiUnbindDispatchTask(asyncCallback, asyncState, protocolRequestInfo, context, flags), () => ClientContextCache.GetContext(contextHandle.ToInt32())));
 }