public void CreateGroup(GroupInformation groupInformation, out int asyncHandle, SyncFlags flags, object groupContext, object asyncContext) { throw new NotImplementedException(); }
public void SetGroupInformation(int groupID, GroupInformation groupInformation, SyncFlags flags) { throw new NotImplementedException(); }
public void SetGroupInformation(int groupID, GroupInformation groupInformation, out int asyncHandle, SyncFlags flags, object asyncContext) { throw new NotImplementedException(); }
public void CreateGroup(GroupInformation groupInformation, SyncFlags flags) { throw new NotImplementedException(); }